Html Css Color HEX #DA4880 Cranberry

📋 copy color: '#DA4880'

red 218 ◦ green 72 ◦ blue 128

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

Shades of Cranberry #DA4880

Tints of Cranberry #DA4880

RGB

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

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

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

R = 52.15%
G = 17.22%
B = 30.62%

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

#DA4880 (or 0xDA4880) is known color: Cranberry. HEX triplet: DA, 48 and 80. RGB value is (218,72,128). Sum of RGB (Red+Green+Blue) = 218+72+128=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4880 is #25B77F. Grayscale: #797979. Windows color (decimal): -2471808 or 8407258. OLE color: 8407258.

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

Color convert

RGB 218 72 128 -
CMYK 0 0.67 0.41 0.15
HSL 336.99º 0.66% 0.57% -
HSV(B) 336.99º 0.67% 0.85% -
XYZ 35.13 21.1 22.64 -
YUV 122.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 218 72 128 0 0.67 0.41 0.15 336.99 0.66 0.57
Hex DA 48 80 0 43 29 F 151 42 39
Octal 332 110 200 0 103 51 17 521 102 71
Binary 11011010 1001000 10000000 0 1000011 101001 1111 101010001 1000010 111001

Color Harmonies of #DA4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4880

Black with #DA4880

Text Example


Text Example

White with #DA4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4880; }

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

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

background-color css

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

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

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

border-color css

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

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

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