Html Css Color HEX #D68090 Charm

📋 copy color: '#D68090'

red 214 ◦ green 128 ◦ blue 144

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

Shades of Charm #D68090

Tints of Charm #D68090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 44.03%
G = 26.34%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D68090 (or 0xD68090) is known color: Charm. HEX triplet: D6, 80 and 90. RGB value is (214,128,144). Sum of RGB (Red+Green+Blue) = 214+128+144=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D68090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68090 is #297F6F. Grayscale: #9B9B9B. Windows color (decimal): -2719600 or 9470166. OLE color: 9470166.

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

Color convert

RGB 214 128 144 -
CMYK 0 0.40 0.33 0.16
HSL 348.84º 0.51% 0.67% -
HSV(B) 348.84º 0.4% 0.84% -
XYZ 40.48 31.75 30.38 -
YUV 155.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 214 128 144 0 0.40 0.33 0.16 348.84 0.51 0.67
Hex D6 80 90 0 28 21 10 15D 33 43
Octal 326 200 220 0 50 41 20 535 63 103
Binary 11010110 10000000 10010000 0 101000 100001 10000 101011101 110011 1000011

Color Harmonies of #D68090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68090

Black with #D68090

Text Example


Text Example

White with #D68090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68090; }

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

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

background-color css

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

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

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

border-color css

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

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

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