Html Css Color HEX #D75FA2 Hopbush

📋 copy color: '#D75FA2'

red 215 ◦ green 95 ◦ blue 162

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

Shades of Hopbush #D75FA2

Tints of Hopbush #D75FA2

RGB

 RED value IS 215 (84.38% from 255) = 45.55%

 GREEN value IS 95 (37.5% from 255) = 20.13%

 BLUE value IS 162 (63.67% from 255) = 34.32%

R = 45.55%
G = 20.13%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D75FA2 (or 0xD75FA2) is known color: Hopbush. HEX triplet: D7, 5F and A2. RGB value is (215,95,162). Sum of RGB (Red+Green+Blue) = 215+95+162=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75FA2 is #28A05D. Grayscale: #8A8A8A. Windows color (decimal): -2662494 or 10641367. OLE color: 10641367.

HSL color Cylindrical-coordinate representation of color #D75FA2: hue angle of 326.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75FA2 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 95 162 -
CMYK 0 0.56 0.25 0.16
HSL 326.5º 0.6% 0.61% -
HSV(B) 326.5º 0.56% 0.84% -
XYZ 38.64 25.24 37.02 -
YUV 138.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 215 95 162 0 0.56 0.25 0.16 326.5 0.6 0.61
Hex D7 5F A2 0 38 19 10 146 3C 3D
Octal 327 137 242 0 70 31 20 506 74 75
Binary 11010111 1011111 10100010 0 111000 11001 10000 101000110 111100 111101

Color Harmonies of #D75FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FA2

Black with #D75FA2

Text Example


Text Example

White with #D75FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FA2; }

 p { color: rgb(215,95,162); }

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

background-color css

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

 a { background-color: rgb(215,95,162); }

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

border-color css

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

 span { border-color: rgb(215,95,162); }

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