Html Css Color HEX #D613C3 Deep Magenta

📋 copy color: '#D613C3'

red 214 ◦ green 19 ◦ blue 195

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

Shades of Deep Magenta #D613C3

Tints of Deep Magenta #D613C3

RGB

 RED value IS 214 (83.98% from 255) = 50%

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

 BLUE value IS 195 (76.56% from 255) = 45.56%

R = 50%
G = 4.44%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D613C3 (or 0xD613C3) is known color: Deep Magenta. HEX triplet: D6, 13 and C3. RGB value is (214,19,195). Sum of RGB (Red+Green+Blue) = 214+19+195=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D613C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613C3 is #29EC3C. Grayscale: #606060. Windows color (decimal): -2747453 or 12784598. OLE color: 12784598.

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

Color convert

RGB 214 19 195 -
CMYK 0 0.91 0.09 0.16
HSL 305.85º 0.84% 0.46% -
HSV(B) 305.85º 0.91% 0.84% -
XYZ 37.81 18.7 53.25 -
YUV 97.37 183.1 211.19 -
System Red Green Blue C M Y K H S L
Decimal 214 19 195 0 0.91 0.09 0.16 305.85 0.84 0.46
Hex D6 13 C3 0 5B 9 10 132 54 2E
Octal 326 23 303 0 133 11 20 462 124 56
Binary 11010110 10011 11000011 0 1011011 1001 10000 100110010 1010100 101110

Color Harmonies of #D613C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613C3

Black with #D613C3

Text Example


Text Example

White with #D613C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613C3; }

 p { color: rgb(214,19,195); }

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

background-color css

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

 a { background-color: rgb(214,19,195); }

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

border-color css

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

 span { border-color: rgb(214,19,195); }

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