Html Css Color HEX #DA517F Cranberry

📋 copy color: '#DA517F'

red 218 ◦ green 81 ◦ blue 127

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

Shades of Cranberry #DA517F

Tints of Cranberry #DA517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.81%

R = 51.17%
G = 19.01%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA517F (or 0xDA517F) is known color: Cranberry. HEX triplet: DA, 51 and 7F. RGB value is (218,81,127). Sum of RGB (Red+Green+Blue) = 218+81+127=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA517F is #25AE80. Grayscale: #7F7F7F. Windows color (decimal): -2469505 or 8344026. OLE color: 8344026.

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

Color convert

RGB 218 81 127 -
CMYK 0 0.63 0.42 0.15
HSL 339.85º 0.65% 0.59% -
HSV(B) 339.85º 0.63% 0.85% -
XYZ 35.69 22.32 22.51 -
YUV 127.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 218 81 127 0 0.63 0.42 0.15 339.85 0.65 0.59
Hex DA 51 7F 0 3F 2A F 154 41 3B
Octal 332 121 177 0 77 52 17 524 101 73
Binary 11011010 1010001 1111111 0 111111 101010 1111 101010100 1000001 111011

Color Harmonies of #DA517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA517F

Black with #DA517F

Text Example


Text Example

White with #DA517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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