Html Css Color HEX #D68085 Charm

📋 copy color: '#D68085'

red 214 ◦ green 128 ◦ blue 133

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

Shades of Charm #D68085

Tints of Charm #D68085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28%

R = 45.05%
G = 26.95%
B = 28%

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

#D68085 (or 0xD68085) is known color: Charm. HEX triplet: D6, 80 and 85. RGB value is (214,128,133). Sum of RGB (Red+Green+Blue) = 214+128+133=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68085 is #297F7A. Grayscale: #9A9A9A. Windows color (decimal): -2719611 or 8749270. OLE color: 8749270.

HSL color Cylindrical-coordinate representation of color #D68085: hue angle of 356.51º 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 #D68085 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 133 -
CMYK 0 0.40 0.38 0.16
HSL 356.51º 0.51% 0.67% -
HSV(B) 356.51º 0.4% 0.84% -
XYZ 39.68 31.43 26.16 -
YUV 154.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 214 128 133 0 0.40 0.38 0.16 356.51 0.51 0.67
Hex D6 80 85 0 28 26 10 165 33 43
Octal 326 200 205 0 50 46 20 545 63 103
Binary 11010110 10000000 10000101 0 101000 100110 10000 101100101 110011 1000011

Color Harmonies of #D68085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68085

Black with #D68085

Text Example


Text Example

White with #D68085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68085; }

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

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

background-color css

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

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

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

border-color css

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

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

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