Html Css Color HEX #D27CA0 Hopbush

📋 copy color: '#D27CA0'

red 210 ◦ green 124 ◦ blue 160

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

Shades of Hopbush #D27CA0

Tints of Hopbush #D27CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 42.51%
G = 25.1%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D27CA0 (or 0xD27CA0) is known color: Hopbush. HEX triplet: D2, 7C and A0. RGB value is (210,124,160). Sum of RGB (Red+Green+Blue) = 210+124+160=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27CA0 is #2D835F. Grayscale: #999999. Windows color (decimal): -2982752 or 10517714. OLE color: 10517714.

HSL color Cylindrical-coordinate representation of color #D27CA0: hue angle of 334.88º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27CA0 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 160 -
CMYK 0 0.41 0.24 0.18
HSL 334.88º 0.49% 0.65% -
HSV(B) 334.88º 0.41% 0.82% -
XYZ 40.13 30.66 37.06 -
YUV 153.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 210 124 160 0 0.41 0.24 0.18 334.88 0.49 0.65
Hex D2 7C A0 0 29 18 12 14F 31 41
Octal 322 174 240 0 51 30 22 517 61 101
Binary 11010010 1111100 10100000 0 101001 11000 10010 101001111 110001 1000001

Color Harmonies of #D27CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CA0

Black with #D27CA0

Text Example


Text Example

White with #D27CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CA0; }

 p { color: rgb(210,124,160); }

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

background-color css

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

 a { background-color: rgb(210,124,160); }

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

border-color css

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

 span { border-color: rgb(210,124,160); }

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