Html Css Color HEX #D34181 Deep Cerise

📋 copy color: '#D34181'

red 211 ◦ green 65 ◦ blue 129

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

Shades of Deep Cerise #D34181

Tints of Deep Cerise #D34181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 52.1%
G = 16.05%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D34181 (or 0xD34181) is known color: Deep Cerise. HEX triplet: D3, 41 and 81. RGB value is (211,65,129). Sum of RGB (Red+Green+Blue) = 211+65+129=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D34181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34181 is #2CBE7E. Grayscale: #737373. Windows color (decimal): -2932351 or 8470995. OLE color: 8470995.

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

Color convert

RGB 211 65 129 -
CMYK 0 0.69 0.39 0.17
HSL 333.7º 0.62% 0.54% -
HSV(B) 333.7º 0.69% 0.83% -
XYZ 32.72 19.21 22.75 -
YUV 115.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 211 65 129 0 0.69 0.39 0.17 333.7 0.62 0.54
Hex D3 41 81 0 45 27 11 14E 3E 36
Octal 323 101 201 0 105 47 21 516 76 66
Binary 11010011 1000001 10000001 0 1000101 100111 10001 101001110 111110 110110

Color Harmonies of #D34181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34181

Black with #D34181

Text Example


Text Example

White with #D34181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34181; }

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

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

background-color css

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

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

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

border-color css

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

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

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