Html Css Color HEX #D623CB Deep Magenta

📋 copy color: '#D623CB'

red 214 ◦ green 35 ◦ blue 203

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

Shades of Deep Magenta #D623CB

Tints of Deep Magenta #D623CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.74%

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

R = 47.35%
G = 7.74%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D623CB (or 0xD623CB) is known color: Deep Magenta. HEX triplet: D6, 23 and CB. RGB value is (214,35,203). Sum of RGB (Red+Green+Blue) = 214+35+203=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D623CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623CB is #29DC34. Grayscale: #6B6B6B. Windows color (decimal): -2743349 or 13312982. OLE color: 13312982.

HSL color Cylindrical-coordinate representation of color #D623CB: hue angle of 303.69º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623CB is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 203 -
CMYK 0 0.84 0.05 0.16
HSL 303.69º 0.72% 0.49% -
HSV(B) 303.69º 0.84% 0.84% -
XYZ 39.11 19.81 58.26 -
YUV 107.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 214 35 203 0 0.84 0.05 0.16 303.69 0.72 0.49
Hex D6 23 CB 0 54 5 10 130 48 31
Octal 326 43 313 0 124 5 20 460 110 61
Binary 11010110 100011 11001011 0 1010100 101 10000 100110000 1001000 110001

Color Harmonies of #D623CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D623CB

Black with #D623CB

Text Example


Text Example

White with #D623CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D623CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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