Html Css Color HEX #D25C9A Hopbush

📋 copy color: '#D25C9A'

red 210 ◦ green 92 ◦ blue 154

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

Shades of Hopbush #D25C9A

Tints of Hopbush #D25C9A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.18%

 BLUE value IS 154 (60.55% from 255) = 33.77%

R = 46.05%
G = 20.18%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D25C9A (or 0xD25C9A) is known color: Hopbush. HEX triplet: D2, 5C and 9A. RGB value is (210,92,154). Sum of RGB (Red+Green+Blue) = 210+92+154=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C9A is #2DA365. Grayscale: #868686. Windows color (decimal): -2990950 or 10116306. OLE color: 10116306.

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

Color convert

RGB 210 92 154 -
CMYK 0 0.56 0.27 0.18
HSL 328.47º 0.57% 0.59% -
HSV(B) 328.47º 0.56% 0.82% -
XYZ 36.24 23.69 33.23 -
YUV 134.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 210 92 154 0 0.56 0.27 0.18 328.47 0.57 0.59
Hex D2 5C 9A 0 38 1B 12 148 39 3B
Octal 322 134 232 0 70 33 22 510 71 73
Binary 11010010 1011100 10011010 0 111000 11011 10010 101001000 111001 111011

Color Harmonies of #D25C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C9A

Black with #D25C9A

Text Example


Text Example

White with #D25C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25C9A; }

 p { color: rgb(210,92,154); }

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

background-color css

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

 a { background-color: rgb(210,92,154); }

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

border-color css

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

 span { border-color: rgb(210,92,154); }

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