Html Css Color HEX #D84D78 Cranberry

📋 copy color: '#D84D78'

red 216 ◦ green 77 ◦ blue 120

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

Shades of Cranberry #D84D78

Tints of Cranberry #D84D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 52.3%
G = 18.64%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D84D78 (or 0xD84D78) is known color: Cranberry. HEX triplet: D8, 4D and 78. RGB value is (216,77,120). Sum of RGB (Red+Green+Blue) = 216+77+120=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D78 is #27B287. Grayscale: #7B7B7B. Windows color (decimal): -2601608 or 7884248. OLE color: 7884248.

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

Color convert

RGB 216 77 120 -
CMYK 0 0.64 0.44 0.15
HSL 341.44º 0.64% 0.57% -
HSV(B) 341.44º 0.64% 0.85% -
XYZ 34.36 21.26 20.06 -
YUV 123.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 216 77 120 0 0.64 0.44 0.15 341.44 0.64 0.57
Hex D8 4D 78 0 40 2C F 155 40 39
Octal 330 115 170 0 100 54 17 525 100 71
Binary 11011000 1001101 1111000 0 1000000 101100 1111 101010101 1000000 111001

Color Harmonies of #D84D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D78

Black with #D84D78

Text Example


Text Example

White with #D84D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D78; }

 p { color: rgb(216,77,120); }

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

background-color css

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

 a { background-color: rgb(216,77,120); }

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

border-color css

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

 span { border-color: rgb(216,77,120); }

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