Html Css Color HEX #D27084 Charm

📋 copy color: '#D27084'

red 210 ◦ green 112 ◦ blue 132

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

Shades of Charm #D27084

Tints of Charm #D27084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 46.26%
G = 24.67%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D27084 (or 0xD27084) is known color: Charm. HEX triplet: D2, 70 and 84. RGB value is (210,112,132). Sum of RGB (Red+Green+Blue) = 210+112+132=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D27084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27084 is #2D8F7B. Grayscale: #8F8F8F. Windows color (decimal): -2985852 or 8679634. OLE color: 8679634.

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

Color convert

RGB 210 112 132 -
CMYK 0 0.47 0.37 0.18
HSL 347.76º 0.52% 0.63% -
HSV(B) 347.76º 0.47% 0.82% -
XYZ 36.54 26.96 25.11 -
YUV 143.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 210 112 132 0 0.47 0.37 0.18 347.76 0.52 0.63
Hex D2 70 84 0 2F 25 12 15C 34 3F
Octal 322 160 204 0 57 45 22 534 64 77
Binary 11010010 1110000 10000100 0 101111 100101 10010 101011100 110100 111111

Color Harmonies of #D27084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27084

Black with #D27084

Text Example


Text Example

White with #D27084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27084; }

 p { color: rgb(210,112,132); }

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

background-color css

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

 a { background-color: rgb(210,112,132); }

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

border-color css

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

 span { border-color: rgb(210,112,132); }

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