Html Css Color HEX #D615CA Deep Magenta

📋 copy color: '#D615CA'

red 214 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #D615CA

Tints of Deep Magenta #D615CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.81%

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

R = 48.97%
G = 4.81%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D615CA (or 0xD615CA) is known color: Deep Magenta. HEX triplet: D6, 15 and CA. RGB value is (214,21,202). Sum of RGB (Red+Green+Blue) = 214+21+202=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D615CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615CA is #29EA35. Grayscale: #626262. Windows color (decimal): -2746934 or 13243862. OLE color: 13243862.

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

Color convert

RGB 214 21 202 -
CMYK 0 0.90 0.06 0.16
HSL 303.73º 0.82% 0.46% -
HSV(B) 303.73º 0.9% 0.84% -
XYZ 38.66 19.1 57.53 -
YUV 99.34 185.94 209.78 -
System Red Green Blue C M Y K H S L
Decimal 214 21 202 0 0.90 0.06 0.16 303.73 0.82 0.46
Hex D6 15 CA 0 5A 6 10 130 52 2E
Octal 326 25 312 0 132 6 20 460 122 56
Binary 11010110 10101 11001010 0 1011010 110 10000 100110000 1010010 101110

Color Harmonies of #D615CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615CA

Black with #D615CA

Text Example


Text Example

White with #D615CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615CA; }

 p { color: rgb(214,21,202); }

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

background-color css

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

 a { background-color: rgb(214,21,202); }

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

border-color css

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

 span { border-color: rgb(214,21,202); }

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