Html Css Color HEX #D43D85 Deep Cerise

📋 copy color: '#D43D85'

red 212 ◦ green 61 ◦ blue 133

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

Shades of Deep Cerise #D43D85

Tints of Deep Cerise #D43D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

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

R = 52.22%
G = 15.02%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D43D85 (or 0xD43D85) is known color: Deep Cerise. HEX triplet: D4, 3D and 85. RGB value is (212,61,133). Sum of RGB (Red+Green+Blue) = 212+61+133=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43D85 is #2BC27A. Grayscale: #727272. Windows color (decimal): -2867835 or 8732116. OLE color: 8732116.

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

Color convert

RGB 212 61 133 -
CMYK 0 0.71 0.37 0.17
HSL 331.39º 0.64% 0.54% -
HSV(B) 331.39º 0.71% 0.83% -
XYZ 33.05 19.03 24.12 -
YUV 114.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 212 61 133 0 0.71 0.37 0.17 331.39 0.64 0.54
Hex D4 3D 85 0 47 25 11 14B 40 36
Octal 324 75 205 0 107 45 21 513 100 66
Binary 11010100 111101 10000101 0 1000111 100101 10001 101001011 1000000 110110

Color Harmonies of #D43D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43D85

Black with #D43D85

Text Example


Text Example

White with #D43D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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