Html Css Color HEX #D94082 Deep Cerise

📋 copy color: '#D94082'

red 217 ◦ green 64 ◦ blue 130

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

Shades of Deep Cerise #D94082

Tints of Deep Cerise #D94082

RGB

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

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

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

R = 52.8%
G = 15.57%
B = 31.63%

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

#D94082 (or 0xD94082) is known color: Deep Cerise. HEX triplet: D9, 40 and 82. RGB value is (217,64,130). Sum of RGB (Red+Green+Blue) = 217+64+130=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D94082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94082 is #26BF7D. Grayscale: #757575. Windows color (decimal): -2539390 or 8536281. OLE color: 8536281.

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

Color convert

RGB 217 64 130 -
CMYK 0 0.71 0.40 0.15
HSL 334.12º 0.67% 0.55% -
HSV(B) 334.12º 0.71% 0.85% -
XYZ 34.48 20.03 23.17 -
YUV 117.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 217 64 130 0 0.71 0.40 0.15 334.12 0.67 0.55
Hex D9 40 82 0 47 28 F 14E 43 37
Octal 331 100 202 0 107 50 17 516 103 67
Binary 11011001 1000000 10000010 0 1000111 101000 1111 101001110 1000011 110111

Color Harmonies of #D94082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94082

Black with #D94082

Text Example


Text Example

White with #D94082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94082; }

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

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

background-color css

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

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

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

border-color css

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

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

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