Html Css Color HEX #DA4177 Cranberry

📋 copy color: '#DA4177'

red 218 ◦ green 65 ◦ blue 119

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

Shades of Cranberry #DA4177

Tints of Cranberry #DA4177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

 BLUE value IS 119 (46.88% from 255) = 29.6%

R = 54.23%
G = 16.17%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA4177 (or 0xDA4177) is known color: Cranberry. HEX triplet: DA, 41 and 77. RGB value is (218,65,119). Sum of RGB (Red+Green+Blue) = 218+65+119=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4177 is #25BE88. Grayscale: #747474. Windows color (decimal): -2473609 or 7815642. OLE color: 7815642.

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

Color convert

RGB 218 65 119 -
CMYK 0 0.70 0.45 0.15
HSL 338.82º 0.67% 0.55% -
HSV(B) 338.82º 0.7% 0.85% -
XYZ 34.13 20.02 19.52 -
YUV 116.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 218 65 119 0 0.70 0.45 0.15 338.82 0.67 0.55
Hex DA 41 77 0 46 2D F 153 43 37
Octal 332 101 167 0 106 55 17 523 103 67
Binary 11011010 1000001 1110111 0 1000110 101101 1111 101010011 1000011 110111

Color Harmonies of #DA4177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4177

Black with #DA4177

Text Example


Text Example

White with #DA4177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4177; }

 p { color: rgb(218,65,119); }

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

background-color css

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

 a { background-color: rgb(218,65,119); }

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

border-color css

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

 span { border-color: rgb(218,65,119); }

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