Html Css Color HEX #D272B0 Hopbush

📋 copy color: '#D272B0'

red 210 ◦ green 114 ◦ blue 176

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

Shades of Hopbush #D272B0

Tints of Hopbush #D272B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.2%

R = 42%
G = 22.8%
B = 35.2%

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

#D272B0 (or 0xD272B0) is known color: Hopbush. HEX triplet: D2, 72 and B0. RGB value is (210,114,176). Sum of RGB (Red+Green+Blue) = 210+114+176=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272B0 is #2D8D4F. Grayscale: #959595. Windows color (decimal): -2985296 or 11563730. OLE color: 11563730.

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

Color convert

RGB 210 114 176 -
CMYK 0 0.46 0.16 0.18
HSL 321.25º 0.52% 0.64% -
HSV(B) 321.25º 0.46% 0.82% -
XYZ 40.43 28.87 44.52 -
YUV 149.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 210 114 176 0 0.46 0.16 0.18 321.25 0.52 0.64
Hex D2 72 B0 0 2E 10 12 141 34 40
Octal 322 162 260 0 56 20 22 501 64 100
Binary 11010010 1110010 10110000 0 101110 10000 10010 101000001 110100 1000000

Color Harmonies of #D272B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272B0

Black with #D272B0

Text Example


Text Example

White with #D272B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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