Html Css Color HEX #D94083 Deep Cerise

📋 copy color: '#D94083'

red 217 ◦ green 64 ◦ blue 131

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

Shades of Deep Cerise #D94083

Tints of Deep Cerise #D94083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

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

R = 52.67%
G = 15.53%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D94083 (or 0xD94083) is known color: Deep Cerise. HEX triplet: D9, 40 and 83. RGB value is (217,64,131). Sum of RGB (Red+Green+Blue) = 217+64+131=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D94083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94083 is #26BF7C. Grayscale: #757575. Windows color (decimal): -2539389 or 8601817. OLE color: 8601817.

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

Color convert

RGB 217 64 131 -
CMYK 0 0.71 0.40 0.15
HSL 333.73º 0.67% 0.55% -
HSV(B) 333.73º 0.71% 0.85% -
XYZ 34.55 20.06 23.52 -
YUV 117.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 217 64 131 0 0.71 0.40 0.15 333.73 0.67 0.55
Hex D9 40 83 0 47 28 F 14E 43 37
Octal 331 100 203 0 107 50 17 516 103 67
Binary 11011001 1000000 10000011 0 1000111 101000 1111 101001110 1000011 110111

Color Harmonies of #D94083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94083

Black with #D94083

Text Example


Text Example

White with #D94083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94083; }

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

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

background-color css

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

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

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

border-color css

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

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

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