Html Css Color HEX #D04880 Cranberry

📋 copy color: '#D04880'

red 208 ◦ green 72 ◦ blue 128

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

Shades of Cranberry #D04880

Tints of Cranberry #D04880

RGB

 RED value IS 208 (81.64% from 255) = 50.98%

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

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

R = 50.98%
G = 17.65%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D04880 (or 0xD04880) is known color: Cranberry. HEX triplet: D0, 48 and 80. RGB value is (208,72,128). Sum of RGB (Red+Green+Blue) = 208+72+128=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D04880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04880 is #2FB77F. Grayscale: #767676. Windows color (decimal): -3127168 or 8407248. OLE color: 8407248.

HSL color Cylindrical-coordinate representation of color #D04880: hue angle of 335.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04880 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 128 -
CMYK 0 0.65 0.38 0.18
HSL 335.29º 0.59% 0.55% -
HSV(B) 335.29º 0.65% 0.82% -
XYZ 32.23 19.6 22.51 -
YUV 119.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 208 72 128 0 0.65 0.38 0.18 335.29 0.59 0.55
Hex D0 48 80 0 41 26 12 14F 3B 37
Octal 320 110 200 0 101 46 22 517 73 67
Binary 11010000 1001000 10000000 0 1000001 100110 10010 101001111 111011 110111

Color Harmonies of #D04880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04880

Black with #D04880

Text Example


Text Example

White with #D04880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04880; }

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

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

background-color css

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

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

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

border-color css

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

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

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