Html Css Color HEX #DA5279 Cranberry

📋 copy color: '#DA5279'

red 218 ◦ green 82 ◦ blue 121

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

Shades of Cranberry #DA5279

Tints of Cranberry #DA5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.48%

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

R = 51.78%
G = 19.48%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA5279 (or 0xDA5279) is known color: Cranberry. HEX triplet: DA, 52 and 79. RGB value is (218,82,121). Sum of RGB (Red+Green+Blue) = 218+82+121=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5279 is #25AD86. Grayscale: #7F7F7F. Windows color (decimal): -2469255 or 7951066. OLE color: 7951066.

HSL color Cylindrical-coordinate representation of color #DA5279: hue angle of 342.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5279 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 121 -
CMYK 0 0.62 0.44 0.15
HSL 342.79º 0.65% 0.59% -
HSV(B) 342.79º 0.62% 0.85% -
XYZ 35.38 22.32 20.53 -
YUV 127.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 218 82 121 0 0.62 0.44 0.15 342.79 0.65 0.59
Hex DA 52 79 0 3E 2C F 157 41 3B
Octal 332 122 171 0 76 54 17 527 101 73
Binary 11011010 1010010 1111001 0 111110 101100 1111 101010111 1000001 111011

Color Harmonies of #DA5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5279

Black with #DA5279

Text Example


Text Example

White with #DA5279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5279; }

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

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

background-color css

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

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

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

border-color css

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

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

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