Html Css Color HEX #D68384 Charm

📋 copy color: '#D68384'

red 214 ◦ green 131 ◦ blue 132

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

Shades of Charm #D68384

Tints of Charm #D68384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

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

R = 44.86%
G = 27.46%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D68384 (or 0xD68384) is known color: Charm. HEX triplet: D6, 83 and 84. RGB value is (214,131,132). Sum of RGB (Red+Green+Blue) = 214+131+132=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D68384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68384 is #297C7B. Grayscale: #9C9C9C. Windows color (decimal): -2718844 or 8684502. OLE color: 8684502.

HSL color Cylindrical-coordinate representation of color #D68384: hue angle of 359.28º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68384 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 132 -
CMYK 0 0.39 0.38 0.16
HSL 359.28º 0.5% 0.68% -
HSV(B) 359.28º 0.39% 0.84% -
XYZ 40.01 32.19 25.94 -
YUV 155.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 214 131 132 0 0.39 0.38 0.16 359.28 0.5 0.68
Hex D6 83 84 0 27 26 10 167 32 44
Octal 326 203 204 0 47 46 20 547 62 104
Binary 11010110 10000011 10000100 0 100111 100110 10000 101100111 110010 1000100

Color Harmonies of #D68384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68384

Black with #D68384

Text Example


Text Example

White with #D68384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68384; }

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

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

background-color css

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

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

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

border-color css

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

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

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