Html Css Color HEX #D61CCA Deep Magenta

📋 copy color: '#D61CCA'

red 214 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #D61CCA

Tints of Deep Magenta #D61CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.31%

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

R = 48.2%
G = 6.31%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D61CCA (or 0xD61CCA) is known color: Deep Magenta. HEX triplet: D6, 1C and CA. RGB value is (214,28,202). Sum of RGB (Red+Green+Blue) = 214+28+202=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CCA is #29E335. Grayscale: #666666. Windows color (decimal): -2745142 or 13245654. OLE color: 13245654.

HSL color Cylindrical-coordinate representation of color #D61CCA: hue angle of 303.87º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CCA is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 202 -
CMYK 0 0.87 0.06 0.16
HSL 303.87º 0.77% 0.47% -
HSV(B) 303.87º 0.87% 0.84% -
XYZ 38.81 19.39 57.57 -
YUV 103.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 214 28 202 0 0.87 0.06 0.16 303.87 0.77 0.47
Hex D6 1C CA 0 57 6 10 130 4D 2F
Octal 326 34 312 0 127 6 20 460 115 57
Binary 11010110 11100 11001010 0 1010111 110 10000 100110000 1001101 101111

Color Harmonies of #D61CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CCA

Black with #D61CCA

Text Example


Text Example

White with #D61CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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