Html Css Color HEX #DA4277 Cranberry

📋 copy color: '#DA4277'

red 218 ◦ green 66 ◦ blue 119

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

Shades of Cranberry #DA4277

Tints of Cranberry #DA4277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

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

R = 54.09%
G = 16.38%
B = 29.53%

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

#DA4277 (or 0xDA4277) is known color: Cranberry. HEX triplet: DA, 42 and 77. RGB value is (218,66,119). Sum of RGB (Red+Green+Blue) = 218+66+119=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4277 is #25BD88. Grayscale: #757575. Windows color (decimal): -2473353 or 7815898. OLE color: 7815898.

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

Color convert

RGB 218 66 119 -
CMYK 0 0.70 0.45 0.15
HSL 339.08º 0.67% 0.56% -
HSV(B) 339.08º 0.7% 0.85% -
XYZ 34.19 20.13 19.54 -
YUV 117.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 218 66 119 0 0.70 0.45 0.15 339.08 0.67 0.56
Hex DA 42 77 0 46 2D F 153 43 38
Octal 332 102 167 0 106 55 17 523 103 70
Binary 11011010 1000010 1110111 0 1000110 101101 1111 101010011 1000011 111000

Color Harmonies of #DA4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4277

Black with #DA4277

Text Example


Text Example

White with #DA4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4277; }

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

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

background-color css

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

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

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

border-color css

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

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

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