Html Css Color HEX #D227BB Deep Magenta

📋 copy color: '#D227BB'

red 210 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #D227BB

Tints of Deep Magenta #D227BB

RGB

 RED value IS 210 (82.42% from 255) = 48.17%

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

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

R = 48.17%
G = 8.94%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D227BB (or 0xD227BB) is known color: Deep Magenta. HEX triplet: D2, 27 and BB. RGB value is (210,39,187). Sum of RGB (Red+Green+Blue) = 210+39+187=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D227BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227BB is #2DD844. Grayscale: #6A6A6A. Windows color (decimal): -3004485 or 12265426. OLE color: 12265426.

HSL color Cylindrical-coordinate representation of color #D227BB: hue angle of 308.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D227BB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 187 -
CMYK 0 0.81 0.11 0.18
HSL 308.07º 0.69% 0.49% -
HSV(B) 308.07º 0.81% 0.82% -
XYZ 36.27 18.74 48.72 -
YUV 107 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 210 39 187 0 0.81 0.11 0.18 308.07 0.69 0.49
Hex D2 27 BB 0 51 B 12 134 45 31
Octal 322 47 273 0 121 13 22 464 105 61
Binary 11010010 100111 10111011 0 1010001 1011 10010 100110100 1000101 110001

Color Harmonies of #D227BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227BB

Black with #D227BB

Text Example


Text Example

White with #D227BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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