Html Css Color HEX #D68084 Charm

📋 copy color: '#D68084'

red 214 ◦ green 128 ◦ blue 132

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

Shades of Charm #D68084

Tints of Charm #D68084

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

 GREEN value IS 128 (50.39% from 255) = 27%

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

R = 45.15%
G = 27%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D68084 (or 0xD68084) is known color: Charm. HEX triplet: D6, 80 and 84. RGB value is (214,128,132). Sum of RGB (Red+Green+Blue) = 214+128+132=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D68084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68084 is #297F7B. Grayscale: #9A9A9A. Windows color (decimal): -2719612 or 8683734. OLE color: 8683734.

HSL color Cylindrical-coordinate representation of color #D68084: hue angle of 357.21º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68084 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 132 -
CMYK 0 0.40 0.38 0.16
HSL 357.21º 0.51% 0.67% -
HSV(B) 357.21º 0.4% 0.84% -
XYZ 39.62 31.4 25.8 -
YUV 154.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 214 128 132 0 0.40 0.38 0.16 357.21 0.51 0.67
Hex D6 80 84 0 28 26 10 165 33 43
Octal 326 200 204 0 50 46 20 545 63 103
Binary 11010110 10000000 10000100 0 101000 100110 10000 101100101 110011 1000011

Color Harmonies of #D68084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68084

Black with #D68084

Text Example


Text Example

White with #D68084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68084; }

 p { color: rgb(214,128,132); }

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

background-color css

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

 a { background-color: rgb(214,128,132); }

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

border-color css

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

 span { border-color: rgb(214,128,132); }

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