Html Css Color HEX #D228BB Deep Magenta

📋 copy color: '#D228BB'

red 210 ◦ green 40 ◦ blue 187

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

Shades of Deep Magenta #D228BB

Tints of Deep Magenta #D228BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.15%

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

R = 48.05%
G = 9.15%
B = 42.79%

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

#D228BB (or 0xD228BB) is known color: Deep Magenta. HEX triplet: D2, 28 and BB. RGB value is (210,40,187). Sum of RGB (Red+Green+Blue) = 210+40+187=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D228BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228BB is #2DD744. Grayscale: #6B6B6B. Windows color (decimal): -3004229 or 12265682. OLE color: 12265682.

HSL color Cylindrical-coordinate representation of color #D228BB: hue angle of 308.12º degrees, saturation: 0.68, 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 #D228BB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 187 -
CMYK 0 0.81 0.11 0.18
HSL 308.12º 0.68% 0.49% -
HSV(B) 308.12º 0.81% 0.82% -
XYZ 36.31 18.81 48.73 -
YUV 107.59 172.82 201.05 -
System Red Green Blue C M Y K H S L
Decimal 210 40 187 0 0.81 0.11 0.18 308.12 0.68 0.49
Hex D2 28 BB 0 51 B 12 134 44 31
Octal 322 50 273 0 121 13 22 464 104 61
Binary 11010010 101000 10111011 0 1010001 1011 10010 100110100 1000100 110001

Color Harmonies of #D228BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228BB

Black with #D228BB

Text Example


Text Example

White with #D228BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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