Html Css Color HEX #D94887 Cranberry

📋 copy color: '#D94887'

red 217 ◦ green 72 ◦ blue 135

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

Shades of Cranberry #D94887

Tints of Cranberry #D94887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

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

R = 51.18%
G = 16.98%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D94887 (or 0xD94887) is known color: Cranberry. HEX triplet: D9, 48 and 87. RGB value is (217,72,135). Sum of RGB (Red+Green+Blue) = 217+72+135=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D94887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94887 is #26B778. Grayscale: #7A7A7A. Windows color (decimal): -2537337 or 8866009. OLE color: 8866009.

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

Color convert

RGB 217 72 135 -
CMYK 0 0.67 0.38 0.15
HSL 333.93º 0.66% 0.57% -
HSV(B) 333.93º 0.67% 0.85% -
XYZ 35.31 21.14 25.14 -
YUV 122.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 217 72 135 0 0.67 0.38 0.15 333.93 0.66 0.57
Hex D9 48 87 0 43 26 F 14E 42 39
Octal 331 110 207 0 103 46 17 516 102 71
Binary 11011001 1001000 10000111 0 1000011 100110 1111 101001110 1000010 111001

Color Harmonies of #D94887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94887

Black with #D94887

Text Example


Text Example

White with #D94887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94887; }

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

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

background-color css

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

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

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

border-color css

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

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

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