Html Css Color HEX #D68091 Charm

📋 copy color: '#D68091'

red 214 ◦ green 128 ◦ blue 145

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

Shades of Charm #D68091

Tints of Charm #D68091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.77%

R = 43.94%
G = 26.28%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D68091 (or 0xD68091) is known color: Charm. HEX triplet: D6, 80 and 91. RGB value is (214,128,145). Sum of RGB (Red+Green+Blue) = 214+128+145=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D68091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68091 is #297F6E. Grayscale: #9B9B9B. Windows color (decimal): -2719599 or 9535702. OLE color: 9535702.

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

Color convert

RGB 214 128 145 -
CMYK 0 0.40 0.32 0.16
HSL 348.14º 0.51% 0.67% -
HSV(B) 348.14º 0.4% 0.84% -
XYZ 40.56 31.78 30.78 -
YUV 155.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 214 128 145 0 0.40 0.32 0.16 348.14 0.51 0.67
Hex D6 80 91 0 28 20 10 15C 33 43
Octal 326 200 221 0 50 40 20 534 63 103
Binary 11010110 10000000 10010001 0 101000 100000 10000 101011100 110011 1000011

Color Harmonies of #D68091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68091

Black with #D68091

Text Example


Text Example

White with #D68091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68091; }

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

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

background-color css

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

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

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

border-color css

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

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

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