Html Css Color HEX #D621CA Deep Magenta

📋 copy color: '#D621CA'

red 214 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #D621CA

Tints of Deep Magenta #D621CA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.35%

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

R = 47.66%
G = 7.35%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D621CA (or 0xD621CA) is known color: Deep Magenta. HEX triplet: D6, 21 and CA. RGB value is (214,33,202). Sum of RGB (Red+Green+Blue) = 214+33+202=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D621CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621CA is #29DE35. Grayscale: #696969. Windows color (decimal): -2743862 or 13246934. OLE color: 13246934.

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

Color convert

RGB 214 33 202 -
CMYK 0 0.85 0.06 0.16
HSL 303.98º 0.73% 0.48% -
HSV(B) 303.98º 0.85% 0.84% -
XYZ 38.94 19.65 57.62 -
YUV 106.39 181.97 204.76 -
System Red Green Blue C M Y K H S L
Decimal 214 33 202 0 0.85 0.06 0.16 303.98 0.73 0.48
Hex D6 21 CA 0 55 6 10 130 49 30
Octal 326 41 312 0 125 6 20 460 111 60
Binary 11010110 100001 11001010 0 1010101 110 10000 100110000 1001001 110000

Color Harmonies of #D621CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621CA

Black with #D621CA

Text Example


Text Example

White with #D621CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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