Html Css Color HEX #D025BB Deep Magenta

📋 copy color: '#D025BB'

red 208 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #D025BB

Tints of Deep Magenta #D025BB

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

 GREEN value IS 37 (14.84% from 255) = 8.56%

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

R = 48.15%
G = 8.56%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D025BB (or 0xD025BB) is known color: Deep Magenta. HEX triplet: D0, 25 and BB. RGB value is (208,37,187). Sum of RGB (Red+Green+Blue) = 208+37+187=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D025BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025BB is #2FDA44. Grayscale: #686868. Windows color (decimal): -3136069 or 12264912. OLE color: 12264912.

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

Color convert

RGB 208 37 187 -
CMYK 0 0.82 0.10 0.18
HSL 307.37º 0.7% 0.48% -
HSV(B) 307.37º 0.82% 0.82% -
XYZ 35.64 18.32 48.67 -
YUV 105.23 174.15 201.3 -
System Red Green Blue C M Y K H S L
Decimal 208 37 187 0 0.82 0.10 0.18 307.37 0.7 0.48
Hex D0 25 BB 0 52 A 12 133 46 30
Octal 320 45 273 0 122 12 22 463 106 60
Binary 11010000 100101 10111011 0 1010010 1010 10010 100110011 1000110 110000

Color Harmonies of #D025BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025BB

Black with #D025BB

Text Example


Text Example

White with #D025BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025BB; }

 p { color: rgb(208,37,187); }

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

background-color css

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

 a { background-color: rgb(208,37,187); }

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

border-color css

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

 span { border-color: rgb(208,37,187); }

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