Html Css Color HEX #DA517D Cranberry

📋 copy color: '#DA517D'

red 218 ◦ green 81 ◦ blue 125

#DA517D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #DA517D

Tints of Cranberry #DA517D

RGB

 RED value IS 218 (85.55% from 255) = 51.42%

 GREEN value IS 81 (32.03% from 255) = 19.1%

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 51.42%
G = 19.1%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA517D (or 0xDA517D) is known color: Cranberry. HEX triplet: DA, 51 and 7D. RGB value is (218,81,125). Sum of RGB (Red+Green+Blue) = 218+81+125=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA517D is #25AE82. Grayscale: #7E7E7E. Windows color (decimal): -2469507 or 8212954. OLE color: 8212954.

HSL color Cylindrical-coordinate representation of color #DA517D: hue angle of 340.73º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA517D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 125 -
CMYK 0 0.63 0.43 0.15
HSL 340.73º 0.65% 0.59% -
HSV(B) 340.73º 0.63% 0.85% -
XYZ 35.56 22.27 21.83 -
YUV 126.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 218 81 125 0 0.63 0.43 0.15 340.73 0.65 0.59
Hex DA 51 7D 0 3F 2B F 155 41 3B
Octal 332 121 175 0 77 53 17 525 101 73
Binary 11011010 1010001 1111101 0 111111 101011 1111 101010101 1000001 111011

Color Harmonies of #DA517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA517D

Black with #DA517D

Text Example


Text Example

White with #DA517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA517D; }

 p { color: rgb(218,81,125); }

 H1.HeaderClassName
 {
   color: #DA517D;
 }
 .AnyTagClassName
 {
   color: #DA517D;
 }
</style>

background-color css

<style>
 a { background-color: #DA517D; }

 a { background-color: rgb(218,81,125); }

 div.DivClassName
 {
   background-color: #DA517D;
 }
 .BgClassName
 {
   background-color: #DA517D;
 }
</style>

border-color css

<style>
 span { border-color: #DA517D; }

 span { border-color: rgb(218,81,125); }

 td.TdClassName
 {
   border-color: #DA517D;
 }
 .TagClassName
 {
   border-color: #DA517D;
 }
</style>