Html Css Color HEX #D84E75 Cranberry

📋 copy color: '#D84E75'

red 216 ◦ green 78 ◦ blue 117

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

Shades of Cranberry #D84E75

Tints of Cranberry #D84E75

RGB

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

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

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

R = 52.55%
G = 18.98%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D84E75 (or 0xD84E75) is known color: Cranberry. HEX triplet: D8, 4E and 75. RGB value is (216,78,117). Sum of RGB (Red+Green+Blue) = 216+78+117=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E75 is #27B18A. Grayscale: #7B7B7B. Windows color (decimal): -2601355 or 7687896. OLE color: 7687896.

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

Color convert

RGB 216 78 117 -
CMYK 0 0.64 0.46 0.15
HSL 343.04º 0.64% 0.58% -
HSV(B) 343.04º 0.64% 0.85% -
XYZ 34.25 21.33 19.14 -
YUV 123.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 216 78 117 0 0.64 0.46 0.15 343.04 0.64 0.58
Hex D8 4E 75 0 40 2E F 157 40 3A
Octal 330 116 165 0 100 56 17 527 100 72
Binary 11011000 1001110 1110101 0 1000000 101110 1111 101010111 1000000 111010

Color Harmonies of #D84E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E75

Black with #D84E75

Text Example


Text Example

White with #D84E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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