Html Css Color HEX #D04874 Cranberry

📋 copy color: '#D04874'

red 208 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #D04874

Tints of Cranberry #D04874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 52.53%
G = 18.18%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D04874 (or 0xD04874) is known color: Cranberry. HEX triplet: D0, 48 and 74. RGB value is (208,72,116). Sum of RGB (Red+Green+Blue) = 208+72+116=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D04874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04874 is #2FB78B. Grayscale: #757575. Windows color (decimal): -3127180 or 7620816. OLE color: 7620816.

HSL color Cylindrical-coordinate representation of color #D04874: hue angle of 340.59º 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 #D04874 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 116 -
CMYK 0 0.65 0.44 0.18
HSL 340.59º 0.59% 0.55% -
HSV(B) 340.59º 0.65% 0.82% -
XYZ 31.48 19.31 18.59 -
YUV 117.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 208 72 116 0 0.65 0.44 0.18 340.59 0.59 0.55
Hex D0 48 74 0 41 2C 12 155 3B 37
Octal 320 110 164 0 101 54 22 525 73 67
Binary 11010000 1001000 1110100 0 1000001 101100 10010 101010101 111011 110111

Color Harmonies of #D04874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04874

Black with #D04874

Text Example


Text Example

White with #D04874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04874; }

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

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

background-color css

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

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

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

border-color css

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

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

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