Html Css Color HEX #D04975 Cranberry

📋 copy color: '#D04975'

red 208 ◦ green 73 ◦ blue 117

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

Shades of Cranberry #D04975

Tints of Cranberry #D04975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.34%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 52.26%
G = 18.34%
B = 29.4%

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

#D04975 (or 0xD04975) is known color: Cranberry. HEX triplet: D0, 49 and 75. RGB value is (208,73,117). Sum of RGB (Red+Green+Blue) = 208+73+117=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D04975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04975 is #2FB68A. Grayscale: #767676. Windows color (decimal): -3126923 or 7686608. OLE color: 7686608.

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

Color convert

RGB 208 73 117 -
CMYK 0 0.65 0.44 0.18
HSL 340.44º 0.59% 0.55% -
HSV(B) 340.44º 0.65% 0.82% -
XYZ 31.61 19.46 18.92 -
YUV 118.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 208 73 117 0 0.65 0.44 0.18 340.44 0.59 0.55
Hex D0 49 75 0 41 2C 12 154 3B 37
Octal 320 111 165 0 101 54 22 524 73 67
Binary 11010000 1001001 1110101 0 1000001 101100 10010 101010100 111011 110111

Color Harmonies of #D04975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04975

Black with #D04975

Text Example


Text Example

White with #D04975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04975; }

 p { color: rgb(208,73,117); }

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

background-color css

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

 a { background-color: rgb(208,73,117); }

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

border-color css

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

 span { border-color: rgb(208,73,117); }

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