Html Css Color HEX #D626C1 Deep Magenta

📋 copy color: '#D626C1'

red 214 ◦ green 38 ◦ blue 193

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

Shades of Deep Magenta #D626C1

Tints of Deep Magenta #D626C1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.54%

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 48.09%
G = 8.54%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D626C1 (or 0xD626C1) is known color: Deep Magenta. HEX triplet: D6, 26 and C1. RGB value is (214,38,193). Sum of RGB (Red+Green+Blue) = 214+38+193=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D626C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626C1 is #29D93E. Grayscale: #6B6B6B. Windows color (decimal): -2742591 or 12658390. OLE color: 12658390.

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

Color convert

RGB 214 38 193 -
CMYK 0 0.82 0.10 0.16
HSL 307.16º 0.7% 0.49% -
HSV(B) 307.16º 0.82% 0.84% -
XYZ 38.05 19.53 52.22 -
YUV 108.29 175.81 203.4 -
System Red Green Blue C M Y K H S L
Decimal 214 38 193 0 0.82 0.10 0.16 307.16 0.7 0.49
Hex D6 26 C1 0 52 A 10 133 46 31
Octal 326 46 301 0 122 12 20 463 106 61
Binary 11010110 100110 11000001 0 1010010 1010 10000 100110011 1000110 110001

Color Harmonies of #D626C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626C1

Black with #D626C1

Text Example


Text Example

White with #D626C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626C1; }

 p { color: rgb(214,38,193); }

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

background-color css

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

 a { background-color: rgb(214,38,193); }

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

border-color css

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

 span { border-color: rgb(214,38,193); }

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