Html Css Color HEX #DA476B Cranberry

📋 copy color: '#DA476B'

red 218 ◦ green 71 ◦ blue 107

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

Shades of Cranberry #DA476B

Tints of Cranberry #DA476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 55.05%
G = 17.93%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA476B (or 0xDA476B) is known color: Cranberry. HEX triplet: DA, 47 and 6B. RGB value is (218,71,107). Sum of RGB (Red+Green+Blue) = 218+71+107=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA476B is #25B894. Grayscale: #777777. Windows color (decimal): -2472085 or 7030746. OLE color: 7030746.

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

Color convert

RGB 218 71 107 -
CMYK 0 0.67 0.51 0.15
HSL 345.31º 0.67% 0.57% -
HSV(B) 345.31º 0.67% 0.85% -
XYZ 33.82 20.47 16.08 -
YUV 119.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 218 71 107 0 0.67 0.51 0.15 345.31 0.67 0.57
Hex DA 47 6B 0 43 33 F 159 43 39
Octal 332 107 153 0 103 63 17 531 103 71
Binary 11011010 1000111 1101011 0 1000011 110011 1111 101011001 1000011 111001

Color Harmonies of #DA476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA476B

Black with #DA476B

Text Example


Text Example

White with #DA476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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