Html Css Color HEX #D925B9 Shocking Pink

📋 copy color: '#D925B9'

red 217 ◦ green 37 ◦ blue 185

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

Shades of Shocking Pink #D925B9

Tints of Shocking Pink #D925B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 49.43%
G = 8.43%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D925B9 (or 0xD925B9) is known color: Shocking Pink. HEX triplet: D9, 25 and B9. RGB value is (217,37,185). Sum of RGB (Red+Green+Blue) = 217+37+185=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D925B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D925B9 is #26DA46. Grayscale: #6B6B6B. Windows color (decimal): -2546247 or 12133849. OLE color: 12133849.

HSL color Cylindrical-coordinate representation of color #D925B9: hue angle of 310.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 #D925B9 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 185 -
CMYK 0 0.83 0.15 0.15
HSL 310.67º 0.71% 0.5% -
HSV(B) 310.67º 0.83% 0.85% -
XYZ 38.03 19.58 47.67 -
YUV 107.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 217 37 185 0 0.83 0.15 0.15 310.67 0.71 0.5
Hex D9 25 B9 0 53 F F 137 47 32
Octal 331 45 271 0 123 17 17 467 107 62
Binary 11011001 100101 10111001 0 1010011 1111 1111 100110111 1000111 110010

Color Harmonies of #D925B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925B9

Black with #D925B9

Text Example


Text Example

White with #D925B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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