Html Css Color HEX #D25DA4 Hopbush

📋 copy color: '#D25DA4'

red 210 ◦ green 93 ◦ blue 164

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

Shades of Hopbush #D25DA4

Tints of Hopbush #D25DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 44.97%
G = 19.91%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D25DA4 (or 0xD25DA4) is known color: Hopbush. HEX triplet: D2, 5D and A4. RGB value is (210,93,164). Sum of RGB (Red+Green+Blue) = 210+93+164=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25DA4 is #2DA25B. Grayscale: #878787. Windows color (decimal): -2990684 or 10771922. OLE color: 10771922.

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

Color convert

RGB 210 93 164 -
CMYK 0 0.56 0.22 0.18
HSL 323.59º 0.57% 0.59% -
HSV(B) 323.59º 0.56% 0.82% -
XYZ 37.19 24.21 37.83 -
YUV 136.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 210 93 164 0 0.56 0.22 0.18 323.59 0.57 0.59
Hex D2 5D A4 0 38 16 12 144 39 3B
Octal 322 135 244 0 70 26 22 504 71 73
Binary 11010010 1011101 10100100 0 111000 10110 10010 101000100 111001 111011

Color Harmonies of #D25DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DA4

Black with #D25DA4

Text Example


Text Example

White with #D25DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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