Html Css Color HEX #D94C89 Cranberry

📋 copy color: '#D94C89'

red 217 ◦ green 76 ◦ blue 137

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

Shades of Cranberry #D94C89

Tints of Cranberry #D94C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 50.47%
G = 17.67%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D94C89 (or 0xD94C89) is known color: Cranberry. HEX triplet: D9, 4C and 89. RGB value is (217,76,137). Sum of RGB (Red+Green+Blue) = 217+76+137=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C89 is #26B376. Grayscale: #7D7D7D. Windows color (decimal): -2536311 or 8998105. OLE color: 8998105.

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

Color convert

RGB 217 76 137 -
CMYK 0 0.65 0.37 0.15
HSL 334.04º 0.65% 0.57% -
HSV(B) 334.04º 0.65% 0.85% -
XYZ 35.72 21.73 25.98 -
YUV 125.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 217 76 137 0 0.65 0.37 0.15 334.04 0.65 0.57
Hex D9 4C 89 0 41 25 F 14E 41 39
Octal 331 114 211 0 101 45 17 516 101 71
Binary 11011001 1001100 10001001 0 1000001 100101 1111 101001110 1000001 111001

Color Harmonies of #D94C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C89

Black with #D94C89

Text Example


Text Example

White with #D94C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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