Html Css Color HEX #DA4279 Cranberry

📋 copy color: '#DA4279'

red 218 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #DA4279

Tints of Cranberry #DA4279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.88%

R = 53.83%
G = 16.3%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA4279 (or 0xDA4279) is known color: Cranberry. HEX triplet: DA, 42 and 79. RGB value is (218,66,121). Sum of RGB (Red+Green+Blue) = 218+66+121=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4279 is #25BD86. Grayscale: #757575. Windows color (decimal): -2473351 or 7946970. OLE color: 7946970.

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

Color convert

RGB 218 66 121 -
CMYK 0 0.70 0.44 0.15
HSL 338.29º 0.67% 0.56% -
HSV(B) 338.29º 0.7% 0.85% -
XYZ 34.31 20.18 20.18 -
YUV 117.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 218 66 121 0 0.70 0.44 0.15 338.29 0.67 0.56
Hex DA 42 79 0 46 2C F 152 43 38
Octal 332 102 171 0 106 54 17 522 103 70
Binary 11011010 1000010 1111001 0 1000110 101100 1111 101010010 1000011 111000

Color Harmonies of #DA4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4279

Black with #DA4279

Text Example


Text Example

White with #DA4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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