Html Css Color HEX #DA5380 Cranberry

📋 copy color: '#DA5380'

red 218 ◦ green 83 ◦ blue 128

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

Shades of Cranberry #DA5380

Tints of Cranberry #DA5380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 50.82%
G = 19.35%
B = 29.84%

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

#DA5380 (or 0xDA5380) is known color: Cranberry. HEX triplet: DA, 53 and 80. RGB value is (218,83,128). Sum of RGB (Red+Green+Blue) = 218+83+128=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5380 is #25AC7F. Grayscale: #808080. Windows color (decimal): -2468992 or 8410074. OLE color: 8410074.

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

Color convert

RGB 218 83 128 -
CMYK 0 0.62 0.41 0.15
HSL 340º 0.65% 0.59% -
HSV(B) 340º 0.62% 0.85% -
XYZ 35.9 22.65 22.9 -
YUV 128.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 218 83 128 0 0.62 0.41 0.15 340 0.65 0.59
Hex DA 53 80 0 3E 29 F 154 41 3B
Octal 332 123 200 0 76 51 17 524 101 73
Binary 11011010 1010011 10000000 0 111110 101001 1111 101010100 1000001 111011

Color Harmonies of #DA5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5380

Black with #DA5380

Text Example


Text Example

White with #DA5380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5380; }

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

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

background-color css

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

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

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

border-color css

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

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

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