Html Css Color HEX #D43485 Deep Cerise

📋 copy color: '#D43485'

red 212 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #D43485

Tints of Deep Cerise #D43485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 53.4%
G = 13.1%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D43485 (or 0xD43485) is known color: Deep Cerise. HEX triplet: D4, 34 and 85. RGB value is (212,52,133). Sum of RGB (Red+Green+Blue) = 212+52+133=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D43485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43485 is #2BCB7A. Grayscale: #6C6C6C. Windows color (decimal): -2870139 or 8729812. OLE color: 8729812.

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

Color convert

RGB 212 52 133 -
CMYK 0 0.75 0.37 0.17
HSL 329.63º 0.65% 0.52% -
HSV(B) 329.63º 0.75% 0.83% -
XYZ 32.61 18.15 23.97 -
YUV 109.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 212 52 133 0 0.75 0.37 0.17 329.63 0.65 0.52
Hex D4 34 85 0 4B 25 11 14A 41 34
Octal 324 64 205 0 113 45 21 512 101 64
Binary 11010100 110100 10000101 0 1001011 100101 10001 101001010 1000001 110100

Color Harmonies of #D43485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43485

Black with #D43485

Text Example


Text Example

White with #D43485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43485; }

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

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

background-color css

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

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

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

border-color css

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

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

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