Html Css Color HEX #D43D8D Deep Cerise

📋 copy color: '#D43D8D'

red 212 ◦ green 61 ◦ blue 141

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

Shades of Deep Cerise #D43D8D

Tints of Deep Cerise #D43D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 51.21%
G = 14.73%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D43D8D (or 0xD43D8D) is known color: Deep Cerise. HEX triplet: D4, 3D and 8D. RGB value is (212,61,141). Sum of RGB (Red+Green+Blue) = 212+61+141=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43D8D is #2BC272. Grayscale: #737373. Windows color (decimal): -2867827 or 9256404. OLE color: 9256404.

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

Color convert

RGB 212 61 141 -
CMYK 0 0.71 0.33 0.17
HSL 328.21º 0.64% 0.54% -
HSV(B) 328.21º 0.71% 0.83% -
XYZ 33.63 19.26 27.14 -
YUV 115.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 212 61 141 0 0.71 0.33 0.17 328.21 0.64 0.54
Hex D4 3D 8D 0 47 21 11 148 40 36
Octal 324 75 215 0 107 41 21 510 100 66
Binary 11010100 111101 10001101 0 1000111 100001 10001 101001000 1000000 110110

Color Harmonies of #D43D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43D8D

Black with #D43D8D

Text Example


Text Example

White with #D43D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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