Html Css Color HEX #D43285 Deep Cerise

📋 copy color: '#D43285'

red 212 ◦ green 50 ◦ blue 133

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

Shades of Deep Cerise #D43285

Tints of Deep Cerise #D43285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.66%

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

R = 53.67%
G = 12.66%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D43285 (or 0xD43285) is known color: Deep Cerise. HEX triplet: D4, 32 and 85. RGB value is (212,50,133). Sum of RGB (Red+Green+Blue) = 212+50+133=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D43285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43285 is #2BCD7A. Grayscale: #6B6B6B. Windows color (decimal): -2870651 or 8729300. OLE color: 8729300.

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

Color convert

RGB 212 50 133 -
CMYK 0 0.76 0.37 0.17
HSL 329.26º 0.65% 0.51% -
HSV(B) 329.26º 0.76% 0.83% -
XYZ 32.53 17.97 23.94 -
YUV 107.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 212 50 133 0 0.76 0.37 0.17 329.26 0.65 0.51
Hex D4 32 85 0 4C 25 11 149 41 33
Octal 324 62 205 0 114 45 21 511 101 63
Binary 11010100 110010 10000101 0 1001100 100101 10001 101001001 1000001 110011

Color Harmonies of #D43285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43285

Black with #D43285

Text Example


Text Example

White with #D43285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43285; }

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

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

background-color css

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

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

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

border-color css

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

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

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