Html Css Color HEX #D94883 Cranberry

📋 copy color: '#D94883'

red 217 ◦ green 72 ◦ blue 131

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

Shades of Cranberry #D94883

Tints of Cranberry #D94883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 51.67%
G = 17.14%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D94883 (or 0xD94883) is known color: Cranberry. HEX triplet: D9, 48 and 83. RGB value is (217,72,131). Sum of RGB (Red+Green+Blue) = 217+72+131=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D94883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94883 is #26B77C. Grayscale: #797979. Windows color (decimal): -2537341 or 8603865. OLE color: 8603865.

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

Color convert

RGB 217 72 131 -
CMYK 0 0.67 0.40 0.15
HSL 335.59º 0.66% 0.57% -
HSV(B) 335.59º 0.67% 0.85% -
XYZ 35.03 21.03 23.68 -
YUV 122.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 217 72 131 0 0.67 0.40 0.15 335.59 0.66 0.57
Hex D9 48 83 0 43 28 F 150 42 39
Octal 331 110 203 0 103 50 17 520 102 71
Binary 11011001 1001000 10000011 0 1000011 101000 1111 101010000 1000010 111001

Color Harmonies of #D94883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94883

Black with #D94883

Text Example


Text Example

White with #D94883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94883; }

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

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

background-color css

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

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

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

border-color css

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

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

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