Html Css Color HEX #DA4B6E Cranberry

📋 copy color: '#DA4B6E'

red 218 ◦ green 75 ◦ blue 110

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

Shades of Cranberry #DA4B6E

Tints of Cranberry #DA4B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.61%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 54.09%
G = 18.61%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA4B6E (or 0xDA4B6E) is known color: Cranberry. HEX triplet: DA, 4B and 6E. RGB value is (218,75,110). Sum of RGB (Red+Green+Blue) = 218+75+110=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B6E is #25B491. Grayscale: #797979. Windows color (decimal): -2471058 or 7228378. OLE color: 7228378.

HSL color Cylindrical-coordinate representation of color #DA4B6E: hue angle of 345.31º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B6E is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 110 -
CMYK 0 0.66 0.50 0.15
HSL 345.31º 0.66% 0.57% -
HSV(B) 345.31º 0.66% 0.85% -
XYZ 34.24 21.06 17.01 -
YUV 121.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 218 75 110 0 0.66 0.50 0.15 345.31 0.66 0.57
Hex DA 4B 6E 0 42 32 F 159 42 39
Octal 332 113 156 0 102 62 17 531 102 71
Binary 11011010 1001011 1101110 0 1000010 110010 1111 101011001 1000010 111001

Color Harmonies of #DA4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B6E

Black with #DA4B6E

Text Example


Text Example

White with #DA4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B6E; }

 p { color: rgb(218,75,110); }

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

background-color css

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

 a { background-color: rgb(218,75,110); }

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

border-color css

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

 span { border-color: rgb(218,75,110); }

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