Html Css Color HEX #D34383 Deep Cerise

📋 copy color: '#D34383'

red 211 ◦ green 67 ◦ blue 131

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

Shades of Deep Cerise #D34383

Tints of Deep Cerise #D34383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 51.59%
G = 16.38%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34383 (or 0xD34383) is known color: Deep Cerise. HEX triplet: D3, 43 and 83. RGB value is (211,67,131). Sum of RGB (Red+Green+Blue) = 211+67+131=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D34383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34383 is #2CBC7C. Grayscale: #757575. Windows color (decimal): -2931837 or 8602579. OLE color: 8602579.

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

Color convert

RGB 211 67 131 -
CMYK 0 0.68 0.38 0.17
HSL 333.33º 0.62% 0.55% -
HSV(B) 333.33º 0.68% 0.83% -
XYZ 32.97 19.5 23.5 -
YUV 117.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 211 67 131 0 0.68 0.38 0.17 333.33 0.62 0.55
Hex D3 43 83 0 44 26 11 14D 3E 37
Octal 323 103 203 0 104 46 21 515 76 67
Binary 11010011 1000011 10000011 0 1000100 100110 10001 101001101 111110 110111

Color Harmonies of #D34383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34383

Black with #D34383

Text Example


Text Example

White with #D34383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34383; }

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

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

background-color css

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

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

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

border-color css

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

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

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