Html Css Color HEX #D272B4 Hopbush

📋 copy color: '#D272B4'

red 210 ◦ green 114 ◦ blue 180

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

Shades of Hopbush #D272B4

Tints of Hopbush #D272B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 41.67%
G = 22.62%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D272B4 (or 0xD272B4) is known color: Hopbush. HEX triplet: D2, 72 and B4. RGB value is (210,114,180). Sum of RGB (Red+Green+Blue) = 210+114+180=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D272B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272B4 is #2D8D4B. Grayscale: #969696. Windows color (decimal): -2985292 or 11825874. OLE color: 11825874.

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

Color convert

RGB 210 114 180 -
CMYK 0 0.46 0.14 0.18
HSL 318.75º 0.52% 0.64% -
HSV(B) 318.75º 0.46% 0.82% -
XYZ 40.83 29.03 46.63 -
YUV 150.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 210 114 180 0 0.46 0.14 0.18 318.75 0.52 0.64
Hex D2 72 B4 0 2E E 12 13F 34 40
Octal 322 162 264 0 56 16 22 477 64 100
Binary 11010010 1110010 10110100 0 101110 1110 10010 100111111 110100 1000000

Color Harmonies of #D272B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272B4

Black with #D272B4

Text Example


Text Example

White with #D272B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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