Html Css Color HEX #D621CB Deep Magenta

📋 copy color: '#D621CB'

red 214 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #D621CB

Tints of Deep Magenta #D621CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 47.56%
G = 7.33%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D621CB (or 0xD621CB) is known color: Deep Magenta. HEX triplet: D6, 21 and CB. RGB value is (214,33,203). Sum of RGB (Red+Green+Blue) = 214+33+203=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D621CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D621CB is #29DE34. Grayscale: #6A6A6A. Windows color (decimal): -2743861 or 13312470. OLE color: 13312470.

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

Color convert

RGB 214 33 203 -
CMYK 0 0.85 0.05 0.16
HSL 303.65º 0.73% 0.48% -
HSV(B) 303.65º 0.85% 0.84% -
XYZ 39.05 19.7 58.24 -
YUV 106.5 182.47 204.68 -
System Red Green Blue C M Y K H S L
Decimal 214 33 203 0 0.85 0.05 0.16 303.65 0.73 0.48
Hex D6 21 CB 0 55 5 10 130 49 30
Octal 326 41 313 0 125 5 20 460 111 60
Binary 11010110 100001 11001011 0 1010101 101 10000 100110000 1001001 110000

Color Harmonies of #D621CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D621CB

Black with #D621CB

Text Example


Text Example

White with #D621CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D621CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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