Html Css Color HEX #D84175 Cranberry

📋 copy color: '#D84175'

red 216 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #D84175

Tints of Cranberry #D84175

RGB

 RED value IS 216 (84.77% from 255) = 54.27%

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 54.27%
G = 16.33%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84175 (or 0xD84175) is known color: Cranberry. HEX triplet: D8, 41 and 75. RGB value is (216,65,117). Sum of RGB (Red+Green+Blue) = 216+65+117=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D84175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84175 is #27BE8A. Grayscale: #747474. Windows color (decimal): -2604683 or 7684568. OLE color: 7684568.

HSL color Cylindrical-coordinate representation of color #D84175: hue angle of 339.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84175 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 117 -
CMYK 0 0.70 0.46 0.15
HSL 339.34º 0.66% 0.55% -
HSV(B) 339.34º 0.7% 0.85% -
XYZ 33.42 19.66 18.86 -
YUV 116.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 216 65 117 0 0.70 0.46 0.15 339.34 0.66 0.55
Hex D8 41 75 0 46 2E F 153 42 37
Octal 330 101 165 0 106 56 17 523 102 67
Binary 11011000 1000001 1110101 0 1000110 101110 1111 101010011 1000010 110111

Color Harmonies of #D84175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84175

Black with #D84175

Text Example


Text Example

White with #D84175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84175; }

 p { color: rgb(216,65,117); }

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

background-color css

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

 a { background-color: rgb(216,65,117); }

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

border-color css

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

 span { border-color: rgb(216,65,117); }

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