Html Css Color HEX #D34180 Deep Cerise

📋 copy color: '#D34180'

red 211 ◦ green 65 ◦ blue 128

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

Shades of Deep Cerise #D34180

Tints of Deep Cerise #D34180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 52.23%
G = 16.09%
B = 31.68%

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

#D34180 (or 0xD34180) is known color: Deep Cerise. HEX triplet: D3, 41 and 80. RGB value is (211,65,128). Sum of RGB (Red+Green+Blue) = 211+65+128=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D34180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34180 is #2CBE7F. Grayscale: #737373. Windows color (decimal): -2932352 or 8405459. OLE color: 8405459.

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

Color convert

RGB 211 65 128 -
CMYK 0 0.69 0.39 0.17
HSL 334.11º 0.62% 0.54% -
HSV(B) 334.11º 0.69% 0.83% -
XYZ 32.65 19.19 22.4 -
YUV 115.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 211 65 128 0 0.69 0.39 0.17 334.11 0.62 0.54
Hex D3 41 80 0 45 27 11 14E 3E 36
Octal 323 101 200 0 105 47 21 516 76 66
Binary 11010011 1000001 10000000 0 1000101 100111 10001 101001110 111110 110110

Color Harmonies of #D34180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34180

Black with #D34180

Text Example


Text Example

White with #D34180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34180; }

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

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

background-color css

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

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

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

border-color css

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

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

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