Html Css Color HEX #DA4A6C Cranberry

📋 copy color: '#DA4A6C'

red 218 ◦ green 74 ◦ blue 108

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

Shades of Cranberry #DA4A6C

Tints of Cranberry #DA4A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.5%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 54.5%
G = 18.5%
B = 27%

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

#DA4A6C (or 0xDA4A6C) is known color: Cranberry. HEX triplet: DA, 4A and 6C. RGB value is (218,74,108). Sum of RGB (Red+Green+Blue) = 218+74+108=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A6C is #25B593. Grayscale: #787878. Windows color (decimal): -2471316 or 7097050. OLE color: 7097050.

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

Color convert

RGB 218 74 108 -
CMYK 0 0.66 0.50 0.15
HSL 345.83º 0.66% 0.57% -
HSV(B) 345.83º 0.66% 0.85% -
XYZ 34.07 20.89 16.42 -
YUV 120.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 218 74 108 0 0.66 0.50 0.15 345.83 0.66 0.57
Hex DA 4A 6C 0 42 32 F 15A 42 39
Octal 332 112 154 0 102 62 17 532 102 71
Binary 11011010 1001010 1101100 0 1000010 110010 1111 101011010 1000010 111001

Color Harmonies of #DA4A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A6C

Black with #DA4A6C

Text Example


Text Example

White with #DA4A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A6C; }

 p { color: rgb(218,74,108); }

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

background-color css

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

 a { background-color: rgb(218,74,108); }

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

border-color css

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

 span { border-color: rgb(218,74,108); }

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