Html Css Color HEX #D25D9F Hopbush

📋 copy color: '#D25D9F'

red 210 ◦ green 93 ◦ blue 159

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

Shades of Hopbush #D25D9F

Tints of Hopbush #D25D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.13%

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 45.45%
G = 20.13%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D25D9F (or 0xD25D9F) is known color: Hopbush. HEX triplet: D2, 5D and 9F. RGB value is (210,93,159). Sum of RGB (Red+Green+Blue) = 210+93+159=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D9F is #2DA260. Grayscale: #878787. Windows color (decimal): -2990689 or 10444242. OLE color: 10444242.

HSL color Cylindrical-coordinate representation of color #D25D9F: hue angle of 326.15º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D9F is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 93 159 -
CMYK 0 0.56 0.24 0.18
HSL 326.15º 0.57% 0.59% -
HSV(B) 326.15º 0.56% 0.82% -
XYZ 36.75 24.03 35.5 -
YUV 135.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 210 93 159 0 0.56 0.24 0.18 326.15 0.57 0.59
Hex D2 5D 9F 0 38 18 12 146 39 3B
Octal 322 135 237 0 70 30 22 506 71 73
Binary 11010010 1011101 10011111 0 111000 11000 10010 101000110 111001 111011

Color Harmonies of #D25D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D9F

Black with #D25D9F

Text Example


Text Example

White with #D25D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D9F; }

 p { color: rgb(210,93,159); }

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

background-color css

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

 a { background-color: rgb(210,93,159); }

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

border-color css

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

 span { border-color: rgb(210,93,159); }

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