Html Css Color HEX #D272B2 Hopbush

📋 copy color: '#D272B2'

red 210 ◦ green 114 ◦ blue 178

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

Shades of Hopbush #D272B2

Tints of Hopbush #D272B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 41.83%
G = 22.71%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D272B2 (or 0xD272B2) is known color: Hopbush. HEX triplet: D2, 72 and B2. RGB value is (210,114,178). Sum of RGB (Red+Green+Blue) = 210+114+178=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D272B2 is #2D8D4D. Grayscale: #959595. Windows color (decimal): -2985294 or 11694802. OLE color: 11694802.

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

Color convert

RGB 210 114 178 -
CMYK 0 0.46 0.15 0.18
HSL 320º 0.52% 0.64% -
HSV(B) 320º 0.46% 0.82% -
XYZ 40.63 28.95 45.57 -
YUV 150 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 210 114 178 0 0.46 0.15 0.18 320 0.52 0.64
Hex D2 72 B2 0 2E F 12 140 34 40
Octal 322 162 262 0 56 17 22 500 64 100
Binary 11010010 1110010 10110010 0 101110 1111 10010 101000000 110100 1000000

Color Harmonies of #D272B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272B2

Black with #D272B2

Text Example


Text Example

White with #D272B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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