Html Css Color HEX #D84C7E Cranberry

📋 copy color: '#D84C7E'

red 216 ◦ green 76 ◦ blue 126

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

Shades of Cranberry #D84C7E

Tints of Cranberry #D84C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 51.67%
G = 18.18%
B = 30.14%

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

#D84C7E (or 0xD84C7E) is known color: Cranberry. HEX triplet: D8, 4C and 7E. RGB value is (216,76,126). Sum of RGB (Red+Green+Blue) = 216+76+126=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C7E is #27B381. Grayscale: #7B7B7B. Windows color (decimal): -2601858 or 8277208. OLE color: 8277208.

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

Color convert

RGB 216 76 126 -
CMYK 0 0.65 0.42 0.15
HSL 338.57º 0.64% 0.57% -
HSV(B) 338.57º 0.65% 0.85% -
XYZ 34.67 21.27 22.02 -
YUV 123.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 216 76 126 0 0.65 0.42 0.15 338.57 0.64 0.57
Hex D8 4C 7E 0 41 2A F 153 40 39
Octal 330 114 176 0 101 52 17 523 100 71
Binary 11011000 1001100 1111110 0 1000001 101010 1111 101010011 1000000 111001

Color Harmonies of #D84C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C7E

Black with #D84C7E

Text Example


Text Example

White with #D84C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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