Html Css Color HEX #D34186 Deep Cerise

📋 copy color: '#D34186'

red 211 ◦ green 65 ◦ blue 134

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

Shades of Deep Cerise #D34186

Tints of Deep Cerise #D34186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 51.46%
G = 15.85%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D34186 (or 0xD34186) is known color: Deep Cerise. HEX triplet: D3, 41 and 86. RGB value is (211,65,134). Sum of RGB (Red+Green+Blue) = 211+65+134=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D34186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34186 is #2CBE79. Grayscale: #747474. Windows color (decimal): -2932346 or 8798675. OLE color: 8798675.

HSL color Cylindrical-coordinate representation of color #D34186: hue angle of 331.64º 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 #D34186 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 65 134 -
CMYK 0 0.69 0.36 0.17
HSL 331.64º 0.62% 0.54% -
HSV(B) 331.64º 0.69% 0.83% -
XYZ 33.06 19.35 24.55 -
YUV 116.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 211 65 134 0 0.69 0.36 0.17 331.64 0.62 0.54
Hex D3 41 86 0 45 24 11 14C 3E 36
Octal 323 101 206 0 105 44 21 514 76 66
Binary 11010011 1000001 10000110 0 1000101 100100 10001 101001100 111110 110110

Color Harmonies of #D34186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34186

Black with #D34186

Text Example


Text Example

White with #D34186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34186; }

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

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

background-color css

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

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

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

border-color css

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

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

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