Html Css Color HEX #D04675 Cranberry

📋 copy color: '#D04675'

red 208 ◦ green 70 ◦ blue 117

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

Shades of Cranberry #D04675

Tints of Cranberry #D04675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

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

R = 52.66%
G = 17.72%
B = 29.62%

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

#D04675 (or 0xD04675) is known color: Cranberry. HEX triplet: D0, 46 and 75. RGB value is (208,70,117). Sum of RGB (Red+Green+Blue) = 208+70+117=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04675 is #2FB98A. Grayscale: #747474. Windows color (decimal): -3127691 or 7685840. OLE color: 7685840.

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

Color convert

RGB 208 70 117 -
CMYK 0 0.66 0.44 0.18
HSL 339.57º 0.59% 0.55% -
HSV(B) 339.57º 0.66% 0.82% -
XYZ 31.41 19.07 18.86 -
YUV 116.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 208 70 117 0 0.66 0.44 0.18 339.57 0.59 0.55
Hex D0 46 75 0 42 2C 12 154 3B 37
Octal 320 106 165 0 102 54 22 524 73 67
Binary 11010000 1000110 1110101 0 1000010 101100 10010 101010100 111011 110111

Color Harmonies of #D04675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04675

Black with #D04675

Text Example


Text Example

White with #D04675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04675; }

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

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

background-color css

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

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

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

border-color css

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

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

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