Html Css Color HEX #D84E8A Cranberry

📋 copy color: '#D84E8A'

red 216 ◦ green 78 ◦ blue 138

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

Shades of Cranberry #D84E8A

Tints of Cranberry #D84E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 50%
G = 18.06%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D84E8A (or 0xD84E8A) is known color: Cranberry. HEX triplet: D8, 4E and 8A. RGB value is (216,78,138). Sum of RGB (Red+Green+Blue) = 216+78+138=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84E8A is #27B175. Grayscale: #7E7E7E. Windows color (decimal): -2601334 or 9064152. OLE color: 9064152.

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

Color convert

RGB 216 78 138 -
CMYK 0 0.64 0.36 0.15
HSL 333.91º 0.64% 0.58% -
HSV(B) 333.91º 0.64% 0.85% -
XYZ 35.63 21.88 26.39 -
YUV 126.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 216 78 138 0 0.64 0.36 0.15 333.91 0.64 0.58
Hex D8 4E 8A 0 40 24 F 14E 40 3A
Octal 330 116 212 0 100 44 17 516 100 72
Binary 11011000 1001110 10001010 0 1000000 100100 1111 101001110 1000000 111010

Color Harmonies of #D84E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E8A

Black with #D84E8A

Text Example


Text Example

White with #D84E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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