Html Css Color HEX #D623CC Deep Magenta

📋 copy color: '#D623CC'

red 214 ◦ green 35 ◦ blue 204

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

Shades of Deep Magenta #D623CC

Tints of Deep Magenta #D623CC

RGB

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

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

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

R = 47.24%
G = 7.73%
B = 45.03%

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

#D623CC (or 0xD623CC) is known color: Deep Magenta. HEX triplet: D6, 23 and CC. RGB value is (214,35,204). Sum of RGB (Red+Green+Blue) = 214+35+204=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D623CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623CC is #29DC33. Grayscale: #6B6B6B. Windows color (decimal): -2743348 or 13378518. OLE color: 13378518.

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

Color convert

RGB 214 35 204 -
CMYK 0 0.84 0.05 0.16
HSL 303.35º 0.72% 0.49% -
HSV(B) 303.35º 0.84% 0.84% -
XYZ 39.23 19.86 58.89 -
YUV 107.79 182.3 203.76 -
System Red Green Blue C M Y K H S L
Decimal 214 35 204 0 0.84 0.05 0.16 303.35 0.72 0.49
Hex D6 23 CC 0 54 5 10 12F 48 31
Octal 326 43 314 0 124 5 20 457 110 61
Binary 11010110 100011 11001100 0 1010100 101 10000 100101111 1001000 110001

Color Harmonies of #D623CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D623CC

Black with #D623CC

Text Example


Text Example

White with #D623CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D623CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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