Html Css Color HEX #DA4881 Cranberry

📋 copy color: '#DA4881'

red 218 ◦ green 72 ◦ blue 129

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

Shades of Cranberry #DA4881

Tints of Cranberry #DA4881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.18%

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

R = 52.03%
G = 17.18%
B = 30.79%

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

#DA4881 (or 0xDA4881) is known color: Cranberry. HEX triplet: DA, 48 and 81. RGB value is (218,72,129). Sum of RGB (Red+Green+Blue) = 218+72+129=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4881 is #25B77E. Grayscale: #7A7A7A. Windows color (decimal): -2471807 or 8472794. OLE color: 8472794.

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

Color convert

RGB 218 72 129 -
CMYK 0 0.67 0.41 0.15
HSL 336.58º 0.66% 0.57% -
HSV(B) 336.58º 0.67% 0.85% -
XYZ 35.19 21.13 22.99 -
YUV 122.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 218 72 129 0 0.67 0.41 0.15 336.58 0.66 0.57
Hex DA 48 81 0 43 29 F 151 42 39
Octal 332 110 201 0 103 51 17 521 102 71
Binary 11011010 1001000 10000001 0 1000011 101001 1111 101010001 1000010 111001

Color Harmonies of #DA4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4881

Black with #DA4881

Text Example


Text Example

White with #DA4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4881; }

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

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

background-color css

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

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

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

border-color css

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

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

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