Html Css Color HEX #D04774 Cranberry

📋 copy color: '#D04774'

red 208 ◦ green 71 ◦ blue 116

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

Shades of Cranberry #D04774

Tints of Cranberry #D04774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.97%

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

R = 52.66%
G = 17.97%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D04774 (or 0xD04774) is known color: Cranberry. HEX triplet: D0, 47 and 74. RGB value is (208,71,116). Sum of RGB (Red+Green+Blue) = 208+71+116=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04774 is #2FB88B. Grayscale: #757575. Windows color (decimal): -3127436 or 7620560. OLE color: 7620560.

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

Color convert

RGB 208 71 116 -
CMYK 0 0.66 0.44 0.18
HSL 340.29º 0.59% 0.55% -
HSV(B) 340.29º 0.66% 0.82% -
XYZ 31.42 19.18 18.57 -
YUV 117.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 208 71 116 0 0.66 0.44 0.18 340.29 0.59 0.55
Hex D0 47 74 0 42 2C 12 154 3B 37
Octal 320 107 164 0 102 54 22 524 73 67
Binary 11010000 1000111 1110100 0 1000010 101100 10010 101010100 111011 110111

Color Harmonies of #D04774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04774

Black with #D04774

Text Example


Text Example

White with #D04774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04774; }

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

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

background-color css

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

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

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

border-color css

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

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

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