Html Css Color HEX #D04B76 Cranberry

📋 copy color: '#D04B76'

red 208 ◦ green 75 ◦ blue 118

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

Shades of Cranberry #D04B76

Tints of Cranberry #D04B76

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 51.87%
G = 18.7%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04B76 (or 0xD04B76) is known color: Cranberry. HEX triplet: D0, 4B and 76. RGB value is (208,75,118). Sum of RGB (Red+Green+Blue) = 208+75+118=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B76 is #2FB489. Grayscale: #777777. Windows color (decimal): -3126410 or 7752656. OLE color: 7752656.

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

Color convert

RGB 208 75 118 -
CMYK 0 0.64 0.43 0.18
HSL 340.6º 0.59% 0.55% -
HSV(B) 340.6º 0.64% 0.82% -
XYZ 31.8 19.75 19.28 -
YUV 119.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 208 75 118 0 0.64 0.43 0.18 340.6 0.59 0.55
Hex D0 4B 76 0 40 2B 12 155 3B 37
Octal 320 113 166 0 100 53 22 525 73 67
Binary 11010000 1001011 1110110 0 1000000 101011 10010 101010101 111011 110111

Color Harmonies of #D04B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B76

Black with #D04B76

Text Example


Text Example

White with #D04B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B76; }

 p { color: rgb(208,75,118); }

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

background-color css

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

 a { background-color: rgb(208,75,118); }

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

border-color css

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

 span { border-color: rgb(208,75,118); }

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