Html Css Color HEX #D43483 Deep Cerise

📋 copy color: '#D43483'

red 212 ◦ green 52 ◦ blue 131

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

Shades of Deep Cerise #D43483

Tints of Deep Cerise #D43483

RGB

 RED value IS 212 (83.2% from 255) = 53.67%

 GREEN value IS 52 (20.7% from 255) = 13.16%

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

R = 53.67%
G = 13.16%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D43483 (or 0xD43483) is known color: Deep Cerise. HEX triplet: D4, 34 and 83. RGB value is (212,52,131). Sum of RGB (Red+Green+Blue) = 212+52+131=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D43483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43483 is #2BCB7C. Grayscale: #6C6C6C. Windows color (decimal): -2870141 or 8598740. OLE color: 8598740.

HSL color Cylindrical-coordinate representation of color #D43483: hue angle of 330.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43483 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 131 -
CMYK 0 0.75 0.38 0.17
HSL 330.38º 0.65% 0.52% -
HSV(B) 330.38º 0.75% 0.83% -
XYZ 32.48 18.09 23.25 -
YUV 108.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 212 52 131 0 0.75 0.38 0.17 330.38 0.65 0.52
Hex D4 34 83 0 4B 26 11 14A 41 34
Octal 324 64 203 0 113 46 21 512 101 64
Binary 11010100 110100 10000011 0 1001011 100110 10001 101001010 1000001 110100

Color Harmonies of #D43483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43483

Black with #D43483

Text Example


Text Example

White with #D43483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43483; }

 p { color: rgb(212,52,131); }

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

background-color css

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

 a { background-color: rgb(212,52,131); }

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

border-color css

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

 span { border-color: rgb(212,52,131); }

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