Html Css Color HEX #D94182 Deep Cerise

📋 copy color: '#D94182'

red 217 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #D94182

Tints of Deep Cerise #D94182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

 BLUE value IS 130 (51.17% from 255) = 31.55%

R = 52.67%
G = 15.78%
B = 31.55%

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

#D94182 (or 0xD94182) is known color: Deep Cerise. HEX triplet: D9, 41 and 82. RGB value is (217,65,130). Sum of RGB (Red+Green+Blue) = 217+65+130=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D94182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94182 is #26BE7D. Grayscale: #757575. Windows color (decimal): -2539134 or 8536537. OLE color: 8536537.

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

Color convert

RGB 217 65 130 -
CMYK 0 0.70 0.40 0.15
HSL 334.34º 0.67% 0.55% -
HSV(B) 334.34º 0.7% 0.85% -
XYZ 34.53 20.14 23.19 -
YUV 117.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 217 65 130 0 0.70 0.40 0.15 334.34 0.67 0.55
Hex D9 41 82 0 46 28 F 14E 43 37
Octal 331 101 202 0 106 50 17 516 103 67
Binary 11011001 1000001 10000010 0 1000110 101000 1111 101001110 1000011 110111

Color Harmonies of #D94182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94182

Black with #D94182

Text Example


Text Example

White with #D94182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94182; }

 p { color: rgb(217,65,130); }

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

background-color css

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

 a { background-color: rgb(217,65,130); }

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

border-color css

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

 span { border-color: rgb(217,65,130); }

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