Html Css Color HEX #D84C7D Cranberry

📋 copy color: '#D84C7D'

red 216 ◦ green 76 ◦ blue 125

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

Shades of Cranberry #D84C7D

Tints of Cranberry #D84C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 51.8%
G = 18.23%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D84C7D (or 0xD84C7D) is known color: Cranberry. HEX triplet: D8, 4C and 7D. RGB value is (216,76,125). Sum of RGB (Red+Green+Blue) = 216+76+125=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C7D is #27B382. Grayscale: #7B7B7B. Windows color (decimal): -2601859 or 8211672. OLE color: 8211672.

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

Color convert

RGB 216 76 125 -
CMYK 0 0.65 0.42 0.15
HSL 339º 0.64% 0.57% -
HSV(B) 339º 0.65% 0.85% -
XYZ 34.61 21.25 21.68 -
YUV 123.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 216 76 125 0 0.65 0.42 0.15 339 0.64 0.57
Hex D8 4C 7D 0 41 2A F 153 40 39
Octal 330 114 175 0 101 52 17 523 100 71
Binary 11011000 1001100 1111101 0 1000001 101010 1111 101010011 1000000 111001

Color Harmonies of #D84C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C7D

Black with #D84C7D

Text Example


Text Example

White with #D84C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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