Html Css Color HEX #DA517B Cranberry

📋 copy color: '#DA517B'

red 218 ◦ green 81 ◦ blue 123

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

Shades of Cranberry #DA517B

Tints of Cranberry #DA517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 51.66%
G = 19.19%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA517B (or 0xDA517B) is known color: Cranberry. HEX triplet: DA, 51 and 7B. RGB value is (218,81,123). Sum of RGB (Red+Green+Blue) = 218+81+123=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA517B is #25AE84. Grayscale: #7E7E7E. Windows color (decimal): -2469509 or 8081882. OLE color: 8081882.

HSL color Cylindrical-coordinate representation of color #DA517B: hue angle of 341.61º 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 #DA517B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 123 -
CMYK 0 0.63 0.44 0.15
HSL 341.61º 0.65% 0.59% -
HSV(B) 341.61º 0.63% 0.85% -
XYZ 35.43 22.22 21.16 -
YUV 126.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 218 81 123 0 0.63 0.44 0.15 341.61 0.65 0.59
Hex DA 51 7B 0 3F 2C F 156 41 3B
Octal 332 121 173 0 77 54 17 526 101 73
Binary 11011010 1010001 1111011 0 111111 101100 1111 101010110 1000001 111011

Color Harmonies of #DA517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA517B

Black with #DA517B

Text Example


Text Example

White with #DA517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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