Html Css Color HEX #D627BB Deep Magenta

📋 copy color: '#D627BB'

red 214 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #D627BB

Tints of Deep Magenta #D627BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 48.64%
G = 8.86%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D627BB (or 0xD627BB) is known color: Deep Magenta. HEX triplet: D6, 27 and BB. RGB value is (214,39,187). Sum of RGB (Red+Green+Blue) = 214+39+187=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D627BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627BB is #29D844. Grayscale: #6B6B6B. Windows color (decimal): -2742341 or 12265430. OLE color: 12265430.

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

Color convert

RGB 214 39 187 -
CMYK 0 0.82 0.13 0.16
HSL 309.26º 0.69% 0.5% -
HSV(B) 309.26º 0.82% 0.84% -
XYZ 37.43 19.34 48.77 -
YUV 108.2 172.48 203.47 -
System Red Green Blue C M Y K H S L
Decimal 214 39 187 0 0.82 0.13 0.16 309.26 0.69 0.5
Hex D6 27 BB 0 52 D 10 135 45 32
Octal 326 47 273 0 122 15 20 465 105 62
Binary 11010110 100111 10111011 0 1010010 1101 10000 100110101 1000101 110010

Color Harmonies of #D627BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627BB

Black with #D627BB

Text Example


Text Example

White with #D627BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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