Html Css Color HEX #D615CC Deep Magenta

📋 copy color: '#D615CC'

red 214 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #D615CC

Tints of Deep Magenta #D615CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 48.75%
G = 4.78%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D615CC (or 0xD615CC) is known color: Deep Magenta. HEX triplet: D6, 15 and CC. RGB value is (214,21,204). Sum of RGB (Red+Green+Blue) = 214+21+204=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D615CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615CC is #29EA33. Grayscale: #636363. Windows color (decimal): -2746932 or 13374934. OLE color: 13374934.

HSL color Cylindrical-coordinate representation of color #D615CC: hue angle of 303.11º 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 #D615CC is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 204 -
CMYK 0 0.90 0.05 0.16
HSL 303.11º 0.82% 0.46% -
HSV(B) 303.11º 0.9% 0.84% -
XYZ 38.9 19.19 58.78 -
YUV 99.57 186.94 209.62 -
System Red Green Blue C M Y K H S L
Decimal 214 21 204 0 0.90 0.05 0.16 303.11 0.82 0.46
Hex D6 15 CC 0 5A 5 10 12F 52 2E
Octal 326 25 314 0 132 5 20 457 122 56
Binary 11010110 10101 11001100 0 1011010 101 10000 100101111 1010010 101110

Color Harmonies of #D615CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615CC

Black with #D615CC

Text Example


Text Example

White with #D615CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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