Html Css Color HEX #DA476E Cranberry

📋 copy color: '#DA476E'

red 218 ◦ green 71 ◦ blue 110

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

Shades of Cranberry #DA476E

Tints of Cranberry #DA476E

RGB

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

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

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

R = 54.64%
G = 17.79%
B = 27.57%

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

#DA476E (or 0xDA476E) is known color: Cranberry. HEX triplet: DA, 47 and 6E. RGB value is (218,71,110). Sum of RGB (Red+Green+Blue) = 218+71+110=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA476E is #25B891. Grayscale: #777777. Windows color (decimal): -2472082 or 7227354. OLE color: 7227354.

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

Color convert

RGB 218 71 110 -
CMYK 0 0.67 0.50 0.15
HSL 344.08º 0.67% 0.57% -
HSV(B) 344.08º 0.67% 0.85% -
XYZ 33.98 20.54 16.93 -
YUV 119.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 218 71 110 0 0.67 0.50 0.15 344.08 0.67 0.57
Hex DA 47 6E 0 43 32 F 158 43 39
Octal 332 107 156 0 103 62 17 530 103 71
Binary 11011010 1000111 1101110 0 1000011 110010 1111 101011000 1000011 111001

Color Harmonies of #DA476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA476E

Black with #DA476E

Text Example


Text Example

White with #DA476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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