Html Css Color HEX #D272B1 Hopbush

📋 copy color: '#D272B1'

red 210 ◦ green 114 ◦ blue 177

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

Shades of Hopbush #D272B1

Tints of Hopbush #D272B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.75%

 BLUE value IS 177 (69.53% from 255) = 35.33%

R = 41.92%
G = 22.75%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D272B1 (or 0xD272B1) is known color: Hopbush. HEX triplet: D2, 72 and B1. RGB value is (210,114,177). Sum of RGB (Red+Green+Blue) = 210+114+177=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272B1 is #2D8D4E. Grayscale: #959595. Windows color (decimal): -2985295 or 11629266. OLE color: 11629266.

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

Color convert

RGB 210 114 177 -
CMYK 0 0.46 0.16 0.18
HSL 320.63º 0.52% 0.64% -
HSV(B) 320.63º 0.46% 0.82% -
XYZ 40.53 28.91 45.04 -
YUV 149.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 210 114 177 0 0.46 0.16 0.18 320.63 0.52 0.64
Hex D2 72 B1 0 2E 10 12 141 34 40
Octal 322 162 261 0 56 20 22 501 64 100
Binary 11010010 1110010 10110001 0 101110 10000 10010 101000001 110100 1000000

Color Harmonies of #D272B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272B1

Black with #D272B1

Text Example


Text Example

White with #D272B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272B1; }

 p { color: rgb(210,114,177); }

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

background-color css

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

 a { background-color: rgb(210,114,177); }

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

border-color css

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

 span { border-color: rgb(210,114,177); }

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