Html Css Color HEX #D94783 Cranberry

📋 copy color: '#D94783'

red 217 ◦ green 71 ◦ blue 131

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

Shades of Cranberry #D94783

Tints of Cranberry #D94783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.95%

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

R = 51.79%
G = 16.95%
B = 31.26%

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

#D94783 (or 0xD94783) is known color: Cranberry. HEX triplet: D9, 47 and 83. RGB value is (217,71,131). Sum of RGB (Red+Green+Blue) = 217+71+131=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D94783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94783 is #26B87C. Grayscale: #797979. Windows color (decimal): -2537597 or 8603609. OLE color: 8603609.

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

Color convert

RGB 217 71 131 -
CMYK 0 0.67 0.40 0.15
HSL 335.34º 0.66% 0.56% -
HSV(B) 335.34º 0.67% 0.85% -
XYZ 34.97 20.9 23.66 -
YUV 121.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 217 71 131 0 0.67 0.40 0.15 335.34 0.66 0.56
Hex D9 47 83 0 43 28 F 14F 42 38
Octal 331 107 203 0 103 50 17 517 102 70
Binary 11011001 1000111 10000011 0 1000011 101000 1111 101001111 1000010 111000

Color Harmonies of #D94783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94783

Black with #D94783

Text Example


Text Example

White with #D94783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94783; }

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

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

background-color css

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

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

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

border-color css

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

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

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