Html Css Color HEX #D34082 Deep Cerise

📋 copy color: '#D34082'

red 211 ◦ green 64 ◦ blue 130

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

Shades of Deep Cerise #D34082

Tints of Deep Cerise #D34082

RGB

 RED value IS 211 (82.81% from 255) = 52.1%

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

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

R = 52.1%
G = 15.8%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34082 (or 0xD34082) is known color: Deep Cerise. HEX triplet: D3, 40 and 82. RGB value is (211,64,130). Sum of RGB (Red+Green+Blue) = 211+64+130=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D34082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34082 is #2CBF7D. Grayscale: #737373. Windows color (decimal): -2932606 or 8536275. OLE color: 8536275.

HSL color Cylindrical-coordinate representation of color #D34082: hue angle of 333.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34082 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 130 -
CMYK 0 0.70 0.38 0.17
HSL 333.06º 0.63% 0.54% -
HSV(B) 333.06º 0.7% 0.83% -
XYZ 32.73 19.13 23.09 -
YUV 115.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 211 64 130 0 0.70 0.38 0.17 333.06 0.63 0.54
Hex D3 40 82 0 46 26 11 14D 3F 36
Octal 323 100 202 0 106 46 21 515 77 66
Binary 11010011 1000000 10000010 0 1000110 100110 10001 101001101 111111 110110

Color Harmonies of #D34082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34082

Black with #D34082

Text Example


Text Example

White with #D34082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34082; }

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

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

background-color css

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

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

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

border-color css

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

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

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