Html Css Color HEX #D025CB Deep Magenta

📋 copy color: '#D025CB'

red 208 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #D025CB

Tints of Deep Magenta #D025CB

RGB

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

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

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

R = 46.43%
G = 8.26%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D025CB (or 0xD025CB) is known color: Deep Magenta. HEX triplet: D0, 25 and CB. RGB value is (208,37,203). Sum of RGB (Red+Green+Blue) = 208+37+203=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D025CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025CB is #2FDA34. Grayscale: #6A6A6A. Windows color (decimal): -3136053 or 13313488. OLE color: 13313488.

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

Color convert

RGB 208 37 203 -
CMYK 0 0.82 0.02 0.18
HSL 301.75º 0.7% 0.48% -
HSV(B) 301.75º 0.82% 0.82% -
XYZ 37.45 19.04 58.2 -
YUV 107.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 208 37 203 0 0.82 0.02 0.18 301.75 0.7 0.48
Hex D0 25 CB 0 52 2 12 12E 46 30
Octal 320 45 313 0 122 2 22 456 106 60
Binary 11010000 100101 11001011 0 1010010 10 10010 100101110 1000110 110000

Color Harmonies of #D025CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025CB

Black with #D025CB

Text Example


Text Example

White with #D025CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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