Html Css Color HEX #D61CC4 Deep Magenta

📋 copy color: '#D61CC4'

red 214 ◦ green 28 ◦ blue 196

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

Shades of Deep Magenta #D61CC4

Tints of Deep Magenta #D61CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.75%

R = 48.86%
G = 6.39%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D61CC4 (or 0xD61CC4) is known color: Deep Magenta. HEX triplet: D6, 1C and C4. RGB value is (214,28,196). Sum of RGB (Red+Green+Blue) = 214+28+196=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CC4 is #29E33B. Grayscale: #666666. Windows color (decimal): -2745148 or 12852438. OLE color: 12852438.

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

Color convert

RGB 214 28 196 -
CMYK 0 0.87 0.08 0.16
HSL 305.81º 0.77% 0.47% -
HSV(B) 305.81º 0.87% 0.84% -
XYZ 38.11 19.11 53.9 -
YUV 102.77 180.62 207.34 -
System Red Green Blue C M Y K H S L
Decimal 214 28 196 0 0.87 0.08 0.16 305.81 0.77 0.47
Hex D6 1C C4 0 57 8 10 132 4D 2F
Octal 326 34 304 0 127 10 20 462 115 57
Binary 11010110 11100 11000100 0 1010111 1000 10000 100110010 1001101 101111

Color Harmonies of #D61CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CC4

Black with #D61CC4

Text Example


Text Example

White with #D61CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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