Html Css Color HEX #D94C87 Cranberry

📋 copy color: '#D94C87'

red 217 ◦ green 76 ◦ blue 135

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

Shades of Cranberry #D94C87

Tints of Cranberry #D94C87

RGB

 RED value IS 217 (85.16% from 255) = 50.7%

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

 BLUE value IS 135 (53.13% from 255) = 31.54%

R = 50.7%
G = 17.76%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D94C87 (or 0xD94C87) is known color: Cranberry. HEX triplet: D9, 4C and 87. RGB value is (217,76,135). Sum of RGB (Red+Green+Blue) = 217+76+135=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C87 is #26B378. Grayscale: #7C7C7C. Windows color (decimal): -2536313 or 8867033. OLE color: 8867033.

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

Color convert

RGB 217 76 135 -
CMYK 0 0.65 0.38 0.15
HSL 334.89º 0.65% 0.57% -
HSV(B) 334.89º 0.65% 0.85% -
XYZ 35.57 21.67 25.23 -
YUV 124.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 217 76 135 0 0.65 0.38 0.15 334.89 0.65 0.57
Hex D9 4C 87 0 41 26 F 14F 41 39
Octal 331 114 207 0 101 46 17 517 101 71
Binary 11011001 1001100 10000111 0 1000001 100110 1111 101001111 1000001 111001

Color Harmonies of #D94C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C87

Black with #D94C87

Text Example


Text Example

White with #D94C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C87; }

 p { color: rgb(217,76,135); }

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

background-color css

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

 a { background-color: rgb(217,76,135); }

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

border-color css

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

 span { border-color: rgb(217,76,135); }

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