Html Css Color HEX #D627CB Deep Magenta

📋 copy color: '#D627CB'

red 214 ◦ green 39 ◦ blue 203

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

Shades of Deep Magenta #D627CB

Tints of Deep Magenta #D627CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.55%

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

R = 46.93%
G = 8.55%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D627CB (or 0xD627CB) is known color: Deep Magenta. HEX triplet: D6, 27 and CB. RGB value is (214,39,203). Sum of RGB (Red+Green+Blue) = 214+39+203=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D627CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627CB is #29D834. Grayscale: #6D6D6D. Windows color (decimal): -2742325 or 13314006. OLE color: 13314006.

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

Color convert

RGB 214 39 203 -
CMYK 0 0.82 0.05 0.16
HSL 303.77º 0.69% 0.5% -
HSV(B) 303.77º 0.82% 0.84% -
XYZ 39.24 20.06 58.3 -
YUV 110.02 180.48 202.16 -
System Red Green Blue C M Y K H S L
Decimal 214 39 203 0 0.82 0.05 0.16 303.77 0.69 0.5
Hex D6 27 CB 0 52 5 10 130 45 32
Octal 326 47 313 0 122 5 20 460 105 62
Binary 11010110 100111 11001011 0 1010010 101 10000 100110000 1000101 110010

Color Harmonies of #D627CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627CB

Black with #D627CB

Text Example


Text Example

White with #D627CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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