Html Css Color HEX #D500C4 Deep Magenta

📋 copy color: '#D500C4'

red 213 ◦ green 0 ◦ blue 196

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

Shades of Deep Magenta #D500C4

Tints of Deep Magenta #D500C4

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 196 (76.95% from 255) = 47.92%

R = 52.08%
G = 0%
B = 47.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D500C4 (or 0xD500C4) is known color: Deep Magenta. HEX triplet: D5, 00 and C4. RGB value is (213,0,196). Sum of RGB (Red+Green+Blue) = 213+0+196=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D500C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500C4 is #2AFF3B. Grayscale: #555555. Windows color (decimal): -2817852 or 12845269. OLE color: 12845269.

HSL color Cylindrical-coordinate representation of color #D500C4: hue angle of 304.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500C4 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 196 -
CMYK 0 1 0.08 0.16
HSL 304.79º 1% 0.42% -
HSV(B) 304.79º 1% 0.84% -
XYZ 37.4 18.13 53.75 -
YUV 86.03 190.07 218.56 -
System Red Green Blue C M Y K H S L
Decimal 213 0 196 0 1 0.08 0.16 304.79 1 0.42
Hex D5 0 C4 0 64 8 10 131 64 2A
Octal 325 0 304 0 144 10 20 461 144 52
Binary 11010101 0 11000100 0 1100100 1000 10000 100110001 1100100 101010

Color Harmonies of #D500C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500C4

Black with #D500C4

Text Example


Text Example

White with #D500C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500C4; }

 p { color: rgb(213,0,196); }

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

background-color css

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

 a { background-color: rgb(213,0,196); }

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

border-color css

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

 span { border-color: rgb(213,0,196); }

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