Html Css Color HEX #DA5081 Cranberry

📋 copy color: '#DA5081'

red 218 ◦ green 80 ◦ blue 129

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

Shades of Cranberry #DA5081

Tints of Cranberry #DA5081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 51.05%
G = 18.74%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA5081 (or 0xDA5081) is known color: Cranberry. HEX triplet: DA, 50 and 81. RGB value is (218,80,129). Sum of RGB (Red+Green+Blue) = 218+80+129=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5081 is #25AF7E. Grayscale: #7E7E7E. Windows color (decimal): -2469759 or 8474842. OLE color: 8474842.

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

Color convert

RGB 218 80 129 -
CMYK 0 0.63 0.41 0.15
HSL 338.7º 0.65% 0.58% -
HSV(B) 338.7º 0.63% 0.85% -
XYZ 35.74 22.23 23.18 -
YUV 126.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 218 80 129 0 0.63 0.41 0.15 338.7 0.65 0.58
Hex DA 50 81 0 3F 29 F 153 41 3A
Octal 332 120 201 0 77 51 17 523 101 72
Binary 11011010 1010000 10000001 0 111111 101001 1111 101010011 1000001 111010

Color Harmonies of #DA5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5081

Black with #DA5081

Text Example


Text Example

White with #DA5081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5081; }

 p { color: rgb(218,80,129); }

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

background-color css

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

 a { background-color: rgb(218,80,129); }

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

border-color css

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

 span { border-color: rgb(218,80,129); }

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