Html Css Color HEX #D94283 Deep Cerise

📋 copy color: '#D94283'

red 217 ◦ green 66 ◦ blue 131

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

Shades of Deep Cerise #D94283

Tints of Deep Cerise #D94283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

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

R = 52.42%
G = 15.94%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D94283 (or 0xD94283) is known color: Deep Cerise. HEX triplet: D9, 42 and 83. RGB value is (217,66,131). Sum of RGB (Red+Green+Blue) = 217+66+131=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D94283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94283 is #26BD7C. Grayscale: #767676. Windows color (decimal): -2538877 or 8602329. OLE color: 8602329.

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

Color convert

RGB 217 66 131 -
CMYK 0 0.70 0.40 0.15
HSL 334.17º 0.67% 0.55% -
HSV(B) 334.17º 0.7% 0.85% -
XYZ 34.66 20.29 23.56 -
YUV 118.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 217 66 131 0 0.70 0.40 0.15 334.17 0.67 0.55
Hex D9 42 83 0 46 28 F 14E 43 37
Octal 331 102 203 0 106 50 17 516 103 67
Binary 11011001 1000010 10000011 0 1000110 101000 1111 101001110 1000011 110111

Color Harmonies of #D94283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94283

Black with #D94283

Text Example


Text Example

White with #D94283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94283; }

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

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

background-color css

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

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

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

border-color css

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

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

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