Html Css Color HEX #D34187 Deep Cerise

📋 copy color: '#D34187'

red 211 ◦ green 65 ◦ blue 135

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

Shades of Deep Cerise #D34187

Tints of Deep Cerise #D34187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 51.34%
G = 15.82%
B = 32.85%

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

#D34187 (or 0xD34187) is known color: Deep Cerise. HEX triplet: D3, 41 and 87. RGB value is (211,65,135). Sum of RGB (Red+Green+Blue) = 211+65+135=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D34187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34187 is #2CBE78. Grayscale: #747474. Windows color (decimal): -2932345 or 8864211. OLE color: 8864211.

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

Color convert

RGB 211 65 135 -
CMYK 0 0.69 0.36 0.17
HSL 331.23º 0.62% 0.54% -
HSV(B) 331.23º 0.69% 0.83% -
XYZ 33.13 19.38 24.92 -
YUV 116.63 138.37 195.31 -
System Red Green Blue C M Y K H S L
Decimal 211 65 135 0 0.69 0.36 0.17 331.23 0.62 0.54
Hex D3 41 87 0 45 24 11 14B 3E 36
Octal 323 101 207 0 105 44 21 513 76 66
Binary 11010011 1000001 10000111 0 1000101 100100 10001 101001011 111110 110110

Color Harmonies of #D34187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34187

Black with #D34187

Text Example


Text Example

White with #D34187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34187; }

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

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

background-color css

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

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

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

border-color css

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

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

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