Html Css Color HEX #DA5280 Cranberry

📋 copy color: '#DA5280'

red 218 ◦ green 82 ◦ blue 128

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

Shades of Cranberry #DA5280

Tints of Cranberry #DA5280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 50.93%
G = 19.16%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA5280 (or 0xDA5280) is known color: Cranberry. HEX triplet: DA, 52 and 80. RGB value is (218,82,128). Sum of RGB (Red+Green+Blue) = 218+82+128=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5280 is #25AD7F. Grayscale: #7F7F7F. Windows color (decimal): -2469248 or 8409818. OLE color: 8409818.

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

Color convert

RGB 218 82 128 -
CMYK 0 0.62 0.41 0.15
HSL 339.71º 0.65% 0.59% -
HSV(B) 339.71º 0.62% 0.85% -
XYZ 35.83 22.5 22.88 -
YUV 127.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 218 82 128 0 0.62 0.41 0.15 339.71 0.65 0.59
Hex DA 52 80 0 3E 29 F 154 41 3B
Octal 332 122 200 0 76 51 17 524 101 73
Binary 11011010 1010010 10000000 0 111110 101001 1111 101010100 1000001 111011

Color Harmonies of #DA5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5280

Black with #DA5280

Text Example


Text Example

White with #DA5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5280; }

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

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

background-color css

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

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

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

border-color css

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

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

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