Html Css Color HEX #D614CC Deep Magenta

📋 copy color: '#D614CC'

red 214 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #D614CC

Tints of Deep Magenta #D614CC

RGB

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

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

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

R = 48.86%
G = 4.57%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D614CC (or 0xD614CC) is known color: Deep Magenta. HEX triplet: D6, 14 and CC. RGB value is (214,20,204). Sum of RGB (Red+Green+Blue) = 214+20+204=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D614CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614CC is #29EB33. Grayscale: #626262. Windows color (decimal): -2747188 or 13374678. OLE color: 13374678.

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

Color convert

RGB 214 20 204 -
CMYK 0 0.91 0.05 0.16
HSL 303.09º 0.83% 0.46% -
HSV(B) 303.09º 0.91% 0.84% -
XYZ 38.88 19.16 58.77 -
YUV 98.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 214 20 204 0 0.91 0.05 0.16 303.09 0.83 0.46
Hex D6 14 CC 0 5B 5 10 12F 53 2E
Octal 326 24 314 0 133 5 20 457 123 56
Binary 11010110 10100 11001100 0 1011011 101 10000 100101111 1010011 101110

Color Harmonies of #D614CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614CC

Black with #D614CC

Text Example


Text Example

White with #D614CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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