Html Css Color HEX #D34283 Deep Cerise

📋 copy color: '#D34283'

red 211 ◦ green 66 ◦ blue 131

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

Shades of Deep Cerise #D34283

Tints of Deep Cerise #D34283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

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

R = 51.72%
G = 16.18%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34283 (or 0xD34283) is known color: Deep Cerise. HEX triplet: D3, 42 and 83. RGB value is (211,66,131). Sum of RGB (Red+Green+Blue) = 211+66+131=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D34283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34283 is #2CBD7C. Grayscale: #747474. Windows color (decimal): -2932093 or 8602323. OLE color: 8602323.

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

Color convert

RGB 211 66 131 -
CMYK 0 0.69 0.38 0.17
HSL 333.1º 0.62% 0.54% -
HSV(B) 333.1º 0.69% 0.83% -
XYZ 32.91 19.38 23.48 -
YUV 116.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 211 66 131 0 0.69 0.38 0.17 333.1 0.62 0.54
Hex D3 42 83 0 45 26 11 14D 3E 36
Octal 323 102 203 0 105 46 21 515 76 66
Binary 11010011 1000010 10000011 0 1000101 100110 10001 101001101 111110 110110

Color Harmonies of #D34283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34283

Black with #D34283

Text Example


Text Example

White with #D34283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34283; }

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

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

background-color css

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

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

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

border-color css

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

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

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