Html Css Color HEX #D313CA Deep Magenta

📋 copy color: '#D313CA'

red 211 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #D313CA

Tints of Deep Magenta #D313CA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.4%

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 48.84%
G = 4.4%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D313CA (or 0xD313CA) is known color: Deep Magenta. HEX triplet: D3, 13 and CA. RGB value is (211,19,202). Sum of RGB (Red+Green+Blue) = 211+19+202=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D313CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D313CA is #2CEC35. Grayscale: #606060. Windows color (decimal): -2944054 or 13243347. OLE color: 13243347.

HSL color Cylindrical-coordinate representation of color #D313CA: hue angle of 302.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D313CA is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 19 202 -
CMYK 0 0.91 0.04 0.17
HSL 302.81º 0.83% 0.45% -
HSV(B) 302.81º 0.91% 0.83% -
XYZ 37.76 18.58 57.47 -
YUV 97.27 187.11 209.12 -
System Red Green Blue C M Y K H S L
Decimal 211 19 202 0 0.91 0.04 0.17 302.81 0.83 0.45
Hex D3 13 CA 0 5B 4 11 12F 53 2D
Octal 323 23 312 0 133 4 21 457 123 55
Binary 11010011 10011 11001010 0 1011011 100 10001 100101111 1010011 101101

Color Harmonies of #D313CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D313CA

Black with #D313CA

Text Example


Text Example

White with #D313CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D313CA; }

 p { color: rgb(211,19,202); }

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

background-color css

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

 a { background-color: rgb(211,19,202); }

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

border-color css

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

 span { border-color: rgb(211,19,202); }

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