Html Css Color HEX #D27693 Charm

📋 copy color: '#D27693'

red 210 ◦ green 118 ◦ blue 147

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

Shades of Charm #D27693

Tints of Charm #D27693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.84%

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 44.21%
G = 24.84%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D27693 (or 0xD27693) is known color: Charm. HEX triplet: D2, 76 and 93. RGB value is (210,118,147). Sum of RGB (Red+Green+Blue) = 210+118+147=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D27693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27693 is #2D896C. Grayscale: #949494. Windows color (decimal): -2984301 or 9664210. OLE color: 9664210.

HSL color Cylindrical-coordinate representation of color #D27693: hue angle of 341.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27693 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 147 -
CMYK 0 0.44 0.30 0.18
HSL 341.09º 0.51% 0.64% -
HSV(B) 341.09º 0.44% 0.82% -
XYZ 38.32 28.77 31.14 -
YUV 148.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 210 118 147 0 0.44 0.30 0.18 341.09 0.51 0.64
Hex D2 76 93 0 2C 1E 12 155 33 40
Octal 322 166 223 0 54 36 22 525 63 100
Binary 11010010 1110110 10010011 0 101100 11110 10010 101010101 110011 1000000

Color Harmonies of #D27693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27693

Black with #D27693

Text Example


Text Example

White with #D27693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27693; }

 p { color: rgb(210,118,147); }

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

background-color css

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

 a { background-color: rgb(210,118,147); }

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

border-color css

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

 span { border-color: rgb(210,118,147); }

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