Html Css Color HEX #D84E7D Cranberry

📋 copy color: '#D84E7D'

red 216 ◦ green 78 ◦ blue 125

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

Shades of Cranberry #D84E7D

Tints of Cranberry #D84E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.62%

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

R = 51.55%
G = 18.62%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D84E7D (or 0xD84E7D) is known color: Cranberry. HEX triplet: D8, 4E and 7D. RGB value is (216,78,125). Sum of RGB (Red+Green+Blue) = 216+78+125=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E7D is #27B182. Grayscale: #7C7C7C. Windows color (decimal): -2601347 or 8212184. OLE color: 8212184.

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

Color convert

RGB 216 78 125 -
CMYK 0 0.64 0.42 0.15
HSL 339.57º 0.64% 0.58% -
HSV(B) 339.57º 0.64% 0.85% -
XYZ 34.74 21.53 21.73 -
YUV 124.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 216 78 125 0 0.64 0.42 0.15 339.57 0.64 0.58
Hex D8 4E 7D 0 40 2A F 154 40 3A
Octal 330 116 175 0 100 52 17 524 100 72
Binary 11011000 1001110 1111101 0 1000000 101010 1111 101010100 1000000 111010

Color Harmonies of #D84E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E7D

Black with #D84E7D

Text Example


Text Example

White with #D84E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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