Html Css Color HEX #D34182 Deep Cerise

📋 copy color: '#D34182'

red 211 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #D34182

Tints of Deep Cerise #D34182

RGB

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

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

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

R = 51.97%
G = 16.01%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34182 (or 0xD34182) is known color: Deep Cerise. HEX triplet: D3, 41 and 82. RGB value is (211,65,130). Sum of RGB (Red+Green+Blue) = 211+65+130=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D34182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34182 is #2CBE7D. Grayscale: #737373. Windows color (decimal): -2932350 or 8536531. OLE color: 8536531.

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

Color convert

RGB 211 65 130 -
CMYK 0 0.69 0.38 0.17
HSL 333.29º 0.62% 0.54% -
HSV(B) 333.29º 0.69% 0.83% -
XYZ 32.78 19.24 23.11 -
YUV 116.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 211 65 130 0 0.69 0.38 0.17 333.29 0.62 0.54
Hex D3 41 82 0 45 26 11 14D 3E 36
Octal 323 101 202 0 105 46 21 515 76 66
Binary 11010011 1000001 10000010 0 1000101 100110 10001 101001101 111110 110110

Color Harmonies of #D34182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34182

Black with #D34182

Text Example


Text Example

White with #D34182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34182; }

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

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

background-color css

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

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

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

border-color css

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

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

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