Html Css Color HEX #D34381 Deep Cerise

📋 copy color: '#D34381'

red 211 ◦ green 67 ◦ blue 129

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

Shades of Deep Cerise #D34381

Tints of Deep Cerise #D34381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.46%

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

R = 51.84%
G = 16.46%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D34381 (or 0xD34381) is known color: Deep Cerise. HEX triplet: D3, 43 and 81. RGB value is (211,67,129). Sum of RGB (Red+Green+Blue) = 211+67+129=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D34381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34381 is #2CBC7E. Grayscale: #757575. Windows color (decimal): -2931839 or 8471507. OLE color: 8471507.

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

Color convert

RGB 211 67 129 -
CMYK 0 0.68 0.39 0.17
HSL 334.17º 0.62% 0.55% -
HSV(B) 334.17º 0.68% 0.83% -
XYZ 32.83 19.45 22.79 -
YUV 117.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 211 67 129 0 0.68 0.39 0.17 334.17 0.62 0.55
Hex D3 43 81 0 44 27 11 14E 3E 37
Octal 323 103 201 0 104 47 21 516 76 67
Binary 11010011 1000011 10000001 0 1000100 100111 10001 101001110 111110 110111

Color Harmonies of #D34381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34381

Black with #D34381

Text Example


Text Example

White with #D34381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34381; }

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

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

background-color css

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

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

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

border-color css

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

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

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