Html Css Color HEX #D614C2 Deep Magenta

📋 copy color: '#D614C2'

red 214 ◦ green 20 ◦ blue 194

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

Shades of Deep Magenta #D614C2

Tints of Deep Magenta #D614C2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.67%

 BLUE value IS 194 (76.17% from 255) = 45.33%

R = 50%
G = 4.67%
B = 45.33%

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

#D614C2 (or 0xD614C2) is known color: Deep Magenta. HEX triplet: D6, 14 and C2. RGB value is (214,20,194). Sum of RGB (Red+Green+Blue) = 214+20+194=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D614C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614C2 is #29EB3D. Grayscale: #616161. Windows color (decimal): -2747198 or 12719318. OLE color: 12719318.

HSL color Cylindrical-coordinate representation of color #D614C2: hue angle of 306.19º degrees, saturation: 0.83, 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 #D614C2 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 194 -
CMYK 0 0.91 0.09 0.16
HSL 306.19º 0.83% 0.46% -
HSV(B) 306.19º 0.91% 0.84% -
XYZ 37.72 18.69 52.66 -
YUV 97.84 182.27 210.85 -
System Red Green Blue C M Y K H S L
Decimal 214 20 194 0 0.91 0.09 0.16 306.19 0.83 0.46
Hex D6 14 C2 0 5B 9 10 132 53 2E
Octal 326 24 302 0 133 11 20 462 123 56
Binary 11010110 10100 11000010 0 1011011 1001 10000 100110010 1010011 101110

Color Harmonies of #D614C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614C2

Black with #D614C2

Text Example


Text Example

White with #D614C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614C2; }

 p { color: rgb(214,20,194); }

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

background-color css

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

 a { background-color: rgb(214,20,194); }

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

border-color css

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

 span { border-color: rgb(214,20,194); }

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