Html Css Color HEX #DA476F Cranberry

📋 copy color: '#DA476F'

red 218 ◦ green 71 ◦ blue 111

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

Shades of Cranberry #DA476F

Tints of Cranberry #DA476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 54.5%
G = 17.75%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA476F (or 0xDA476F) is known color: Cranberry. HEX triplet: DA, 47 and 6F. RGB value is (218,71,111). Sum of RGB (Red+Green+Blue) = 218+71+111=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA476F is #25B890. Grayscale: #777777. Windows color (decimal): -2472081 or 7292890. OLE color: 7292890.

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

Color convert

RGB 218 71 111 -
CMYK 0 0.67 0.49 0.15
HSL 343.67º 0.67% 0.57% -
HSV(B) 343.67º 0.67% 0.85% -
XYZ 34.04 20.56 17.21 -
YUV 119.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 218 71 111 0 0.67 0.49 0.15 343.67 0.67 0.57
Hex DA 47 6F 0 43 31 F 158 43 39
Octal 332 107 157 0 103 61 17 530 103 71
Binary 11011010 1000111 1101111 0 1000011 110001 1111 101011000 1000011 111001

Color Harmonies of #DA476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA476F

Black with #DA476F

Text Example


Text Example

White with #DA476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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