Html Css Color HEX #D84C75 Cranberry

📋 copy color: '#D84C75'

red 216 ◦ green 76 ◦ blue 117

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

Shades of Cranberry #D84C75

Tints of Cranberry #D84C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

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

R = 52.81%
G = 18.58%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84C75 (or 0xD84C75) is known color: Cranberry. HEX triplet: D8, 4C and 75. RGB value is (216,76,117). Sum of RGB (Red+Green+Blue) = 216+76+117=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C75 is #27B38A. Grayscale: #7A7A7A. Windows color (decimal): -2601867 or 7687384. OLE color: 7687384.

HSL color Cylindrical-coordinate representation of color #D84C75: hue angle of 342.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84C75 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 76 117 -
CMYK 0 0.65 0.46 0.15
HSL 342.43º 0.64% 0.57% -
HSV(B) 342.43º 0.65% 0.85% -
XYZ 34.11 21.05 19.1 -
YUV 122.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 216 76 117 0 0.65 0.46 0.15 342.43 0.64 0.57
Hex D8 4C 75 0 41 2E F 156 40 39
Octal 330 114 165 0 101 56 17 526 100 71
Binary 11011000 1001100 1110101 0 1000001 101110 1111 101010110 1000000 111001

Color Harmonies of #D84C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C75

Black with #D84C75

Text Example


Text Example

White with #D84C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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