Html Css Color HEX #DA4981 Cranberry

📋 copy color: '#DA4981'

red 218 ◦ green 73 ◦ blue 129

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

Shades of Cranberry #DA4981

Tints of Cranberry #DA4981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

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

R = 51.9%
G = 17.38%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA4981 (or 0xDA4981) is known color: Cranberry. HEX triplet: DA, 49 and 81. RGB value is (218,73,129). Sum of RGB (Red+Green+Blue) = 218+73+129=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4981 is #25B67E. Grayscale: #7A7A7A. Windows color (decimal): -2471551 or 8473050. OLE color: 8473050.

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

Color convert

RGB 218 73 129 -
CMYK 0 0.67 0.41 0.15
HSL 336.83º 0.66% 0.57% -
HSV(B) 336.83º 0.67% 0.85% -
XYZ 35.26 21.26 23.01 -
YUV 122.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 218 73 129 0 0.67 0.41 0.15 336.83 0.66 0.57
Hex DA 49 81 0 43 29 F 151 42 39
Octal 332 111 201 0 103 51 17 521 102 71
Binary 11011010 1001001 10000001 0 1000011 101001 1111 101010001 1000010 111001

Color Harmonies of #DA4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4981

Black with #DA4981

Text Example


Text Example

White with #DA4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4981; }

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

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

background-color css

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

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

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

border-color css

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

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

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