Html Css Color HEX #D619CA Deep Magenta

📋 copy color: '#D619CA'

red 214 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #D619CA

Tints of Deep Magenta #D619CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.67%

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

R = 48.53%
G = 5.67%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D619CA (or 0xD619CA) is known color: Deep Magenta. HEX triplet: D6, 19 and CA. RGB value is (214,25,202). Sum of RGB (Red+Green+Blue) = 214+25+202=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D619CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619CA is #29E635. Grayscale: #656565. Windows color (decimal): -2745910 or 13244886. OLE color: 13244886.

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

Color convert

RGB 214 25 202 -
CMYK 0 0.88 0.06 0.16
HSL 303.81º 0.79% 0.47% -
HSV(B) 303.81º 0.88% 0.84% -
XYZ 38.74 19.26 57.55 -
YUV 101.69 184.62 208.11 -
System Red Green Blue C M Y K H S L
Decimal 214 25 202 0 0.88 0.06 0.16 303.81 0.79 0.47
Hex D6 19 CA 0 58 6 10 130 4F 2F
Octal 326 31 312 0 130 6 20 460 117 57
Binary 11010110 11001 11001010 0 1011000 110 10000 100110000 1001111 101111

Color Harmonies of #D619CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619CA

Black with #D619CA

Text Example


Text Example

White with #D619CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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