Html Css Color HEX #D68393 Can Can

📋 copy color: '#D68393'

red 214 ◦ green 131 ◦ blue 147

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

Shades of Can Can #D68393

Tints of Can Can #D68393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 43.5%
G = 26.63%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D68393 (or 0xD68393) is known color: Can Can. HEX triplet: D6, 83 and 93. RGB value is (214,131,147). Sum of RGB (Red+Green+Blue) = 214+131+147=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D68393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68393 is #297C6C. Grayscale: #9D9D9D. Windows color (decimal): -2718829 or 9667542. OLE color: 9667542.

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

Color convert

RGB 214 131 147 -
CMYK 0 0.39 0.31 0.16
HSL 348.43º 0.5% 0.68% -
HSV(B) 348.43º 0.39% 0.84% -
XYZ 41.11 32.64 31.74 -
YUV 157.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 214 131 147 0 0.39 0.31 0.16 348.43 0.5 0.68
Hex D6 83 93 0 27 1F 10 15C 32 44
Octal 326 203 223 0 47 37 20 534 62 104
Binary 11010110 10000011 10010011 0 100111 11111 10000 101011100 110010 1000100

Color Harmonies of #D68393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68393

Black with #D68393

Text Example


Text Example

White with #D68393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68393; }

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

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

background-color css

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

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

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

border-color css

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

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

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