Html Css Color HEX #DA476C Cranberry

📋 copy color: '#DA476C'

red 218 ◦ green 71 ◦ blue 108

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

Shades of Cranberry #DA476C

Tints of Cranberry #DA476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 54.91%
G = 17.88%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA476C (or 0xDA476C) is known color: Cranberry. HEX triplet: DA, 47 and 6C. RGB value is (218,71,108). Sum of RGB (Red+Green+Blue) = 218+71+108=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA476C is #25B893. Grayscale: #777777. Windows color (decimal): -2472084 or 7096282. OLE color: 7096282.

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

Color convert

RGB 218 71 108 -
CMYK 0 0.67 0.50 0.15
HSL 344.9º 0.67% 0.57% -
HSV(B) 344.9º 0.67% 0.85% -
XYZ 33.87 20.49 16.36 -
YUV 119.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 218 71 108 0 0.67 0.50 0.15 344.9 0.67 0.57
Hex DA 47 6C 0 43 32 F 159 43 39
Octal 332 107 154 0 103 62 17 531 103 71
Binary 11011010 1000111 1101100 0 1000011 110010 1111 101011001 1000011 111001

Color Harmonies of #DA476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA476C

Black with #DA476C

Text Example


Text Example

White with #DA476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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