Html Css Color HEX #D275AB Hopbush

📋 copy color: '#D275AB'

red 210 ◦ green 117 ◦ blue 171

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

Shades of Hopbush #D275AB

Tints of Hopbush #D275AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.49%

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 42.17%
G = 23.49%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D275AB (or 0xD275AB) is known color: Hopbush. HEX triplet: D2, 75 and AB. RGB value is (210,117,171). Sum of RGB (Red+Green+Blue) = 210+117+171=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D275AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275AB is #2D8A54. Grayscale: #969696. Windows color (decimal): -2984533 or 11236818. OLE color: 11236818.

HSL color Cylindrical-coordinate representation of color #D275AB: hue angle of 325.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275AB is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 171 -
CMYK 0 0.44 0.19 0.18
HSL 325.16º 0.51% 0.64% -
HSV(B) 325.16º 0.44% 0.82% -
XYZ 40.29 29.36 42.07 -
YUV 150.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 210 117 171 0 0.44 0.19 0.18 325.16 0.51 0.64
Hex D2 75 AB 0 2C 13 12 145 33 40
Octal 322 165 253 0 54 23 22 505 63 100
Binary 11010010 1110101 10101011 0 101100 10011 10010 101000101 110011 1000000

Color Harmonies of #D275AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D275AB

Black with #D275AB

Text Example


Text Example

White with #D275AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D275AB; }

 p { color: rgb(210,117,171); }

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

background-color css

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

 a { background-color: rgb(210,117,171); }

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

border-color css

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

 span { border-color: rgb(210,117,171); }

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