Html Css Color HEX #D00DC4 Deep Magenta

📋 copy color: '#D00DC4'

red 208 ◦ green 13 ◦ blue 196

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

Shades of Deep Magenta #D00DC4

Tints of Deep Magenta #D00DC4

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

 GREEN value IS 13 (5.47% from 255) = 3.12%

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

R = 49.88%
G = 3.12%
B = 47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D00DC4 (or 0xD00DC4) is known color: Deep Magenta. HEX triplet: D0, 0D and C4. RGB value is (208,13,196). Sum of RGB (Red+Green+Blue) = 208+13+196=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DC4 is #2FF23B. Grayscale: #5B5B5B. Windows color (decimal): -3142204 or 12848592. OLE color: 12848592.

HSL color Cylindrical-coordinate representation of color #D00DC4: hue angle of 303.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 13 196 -
CMYK 0 0.94 0.06 0.18
HSL 303.69º 0.88% 0.43% -
HSV(B) 303.69º 0.94% 0.82% -
XYZ 36.12 17.68 53.73 -
YUV 92.17 186.6 210.62 -
System Red Green Blue C M Y K H S L
Decimal 208 13 196 0 0.94 0.06 0.18 303.69 0.88 0.43
Hex D0 D C4 0 5E 6 12 130 58 2B
Octal 320 15 304 0 136 6 22 460 130 53
Binary 11010000 1101 11000100 0 1011110 110 10010 100110000 1011000 101011

Color Harmonies of #D00DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DC4

Black with #D00DC4

Text Example


Text Example

White with #D00DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DC4; }

 p { color: rgb(208,13,196); }

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

background-color css

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

 a { background-color: rgb(208,13,196); }

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

border-color css

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

 span { border-color: rgb(208,13,196); }

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