Html Css Color HEX #DA4077 Cranberry

📋 copy color: '#DA4077'

red 218 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #DA4077

Tints of Cranberry #DA4077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 54.36%
G = 15.96%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA4077 (or 0xDA4077) is known color: Cranberry. HEX triplet: DA, 40 and 77. RGB value is (218,64,119). Sum of RGB (Red+Green+Blue) = 218+64+119=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4077 is #25BF88. Grayscale: #747474. Windows color (decimal): -2473865 or 7815386. OLE color: 7815386.

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

Color convert

RGB 218 64 119 -
CMYK 0 0.71 0.45 0.15
HSL 338.57º 0.68% 0.55% -
HSV(B) 338.57º 0.71% 0.85% -
XYZ 34.08 19.9 19.5 -
YUV 116.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 218 64 119 0 0.71 0.45 0.15 338.57 0.68 0.55
Hex DA 40 77 0 47 2D F 153 44 37
Octal 332 100 167 0 107 55 17 523 104 67
Binary 11011010 1000000 1110111 0 1000111 101101 1111 101010011 1000100 110111

Color Harmonies of #DA4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4077

Black with #DA4077

Text Example


Text Example

White with #DA4077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4077; }

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

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

background-color css

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

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

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

border-color css

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

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

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