Html Css Color HEX #D25A8D Hopbush

📋 copy color: '#D25A8D'

red 210 ◦ green 90 ◦ blue 141

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

Shades of Hopbush #D25A8D

Tints of Hopbush #D25A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 47.62%
G = 20.41%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D25A8D (or 0xD25A8D) is known color: Hopbush. HEX triplet: D2, 5A and 8D. RGB value is (210,90,141). Sum of RGB (Red+Green+Blue) = 210+90+141=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A8D is #2DA572. Grayscale: #838383. Windows color (decimal): -2991475 or 9263826. OLE color: 9263826.

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

Color convert

RGB 210 90 141 -
CMYK 0 0.57 0.33 0.18
HSL 334.5º 0.57% 0.59% -
HSV(B) 334.5º 0.57% 0.82% -
XYZ 35.04 22.94 27.78 -
YUV 131.69 133.26 183.85 -
System Red Green Blue C M Y K H S L
Decimal 210 90 141 0 0.57 0.33 0.18 334.5 0.57 0.59
Hex D2 5A 8D 0 39 21 12 14E 39 3B
Octal 322 132 215 0 71 41 22 516 71 73
Binary 11010010 1011010 10001101 0 111001 100001 10010 101001110 111001 111011

Color Harmonies of #D25A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A8D

Black with #D25A8D

Text Example


Text Example

White with #D25A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A8D; }

 p { color: rgb(210,90,141); }

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

background-color css

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

 a { background-color: rgb(210,90,141); }

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

border-color css

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

 span { border-color: rgb(210,90,141); }

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