Html Css Color HEX #D925C2 Deep Magenta

📋 copy color: '#D925C2'

red 217 ◦ green 37 ◦ blue 194

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

Shades of Deep Magenta #D925C2

Tints of Deep Magenta #D925C2

RGB

 RED value IS 217 (85.16% from 255) = 48.44%

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

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 48.44%
G = 8.26%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D925C2 (or 0xD925C2) is known color: Deep Magenta. HEX triplet: D9, 25 and C2. RGB value is (217,37,194). Sum of RGB (Red+Green+Blue) = 217+37+194=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D925C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925C2 is #26DA3D. Grayscale: #6C6C6C. Windows color (decimal): -2546238 or 12723673. OLE color: 12723673.

HSL color Cylindrical-coordinate representation of color #D925C2: hue angle of 307.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D925C2 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 194 -
CMYK 0 0.83 0.11 0.15
HSL 307.67º 0.71% 0.5% -
HSV(B) 307.67º 0.83% 0.85% -
XYZ 39.01 19.97 52.84 -
YUV 108.72 176.13 205.23 -
System Red Green Blue C M Y K H S L
Decimal 217 37 194 0 0.83 0.11 0.15 307.67 0.71 0.5
Hex D9 25 C2 0 53 B F 134 47 32
Octal 331 45 302 0 123 13 17 464 107 62
Binary 11011001 100101 11000010 0 1010011 1011 1111 100110100 1000111 110010

Color Harmonies of #D925C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925C2

Black with #D925C2

Text Example


Text Example

White with #D925C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925C2; }

 p { color: rgb(217,37,194); }

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

background-color css

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

 a { background-color: rgb(217,37,194); }

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

border-color css

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

 span { border-color: rgb(217,37,194); }

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