Html Css Color HEX #D302C4 Deep Magenta

📋 copy color: '#D302C4'

red 211 ◦ green 2 ◦ blue 196

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

Shades of Deep Magenta #D302C4

Tints of Deep Magenta #D302C4

RGB

 RED value IS 211 (82.81% from 255) = 51.59%

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 51.59%
G = 0.49%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D302C4 (or 0xD302C4) is known color: Deep Magenta. HEX triplet: D3, 02 and C4. RGB value is (211,2,196). Sum of RGB (Red+Green+Blue) = 211+2+196=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D302C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302C4 is #2CFD3B. Grayscale: #565656. Windows color (decimal): -2948412 or 12845779. OLE color: 12845779.

HSL color Cylindrical-coordinate representation of color #D302C4: hue angle of 304.31º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302C4 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 2 196 -
CMYK 0 0.99 0.07 0.17
HSL 304.31º 0.98% 0.42% -
HSV(B) 304.31º 0.99% 0.83% -
XYZ 36.85 17.88 53.73 -
YUV 86.61 189.74 216.73 -
System Red Green Blue C M Y K H S L
Decimal 211 2 196 0 0.99 0.07 0.17 304.31 0.98 0.42
Hex D3 2 C4 0 63 7 11 130 62 2A
Octal 323 2 304 0 143 7 21 460 142 52
Binary 11010011 10 11000100 0 1100011 111 10001 100110000 1100010 101010

Color Harmonies of #D302C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D302C4

Black with #D302C4

Text Example


Text Example

White with #D302C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D302C4; }

 p { color: rgb(211,2,196); }

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

background-color css

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

 a { background-color: rgb(211,2,196); }

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

border-color css

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

 span { border-color: rgb(211,2,196); }

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