Html Css Color HEX #D68390 Can Can

📋 copy color: '#D68390'

red 214 ◦ green 131 ◦ blue 144

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

Shades of Can Can #D68390

Tints of Can Can #D68390

RGB

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

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

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

R = 43.76%
G = 26.79%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D68390 (or 0xD68390) is known color: Can Can. HEX triplet: D6, 83 and 90. RGB value is (214,131,144). Sum of RGB (Red+Green+Blue) = 214+131+144=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D68390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68390 is #297C6F. Grayscale: #9D9D9D. Windows color (decimal): -2718832 or 9470934. OLE color: 9470934.

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

Color convert

RGB 214 131 144 -
CMYK 0 0.39 0.33 0.16
HSL 350.6º 0.5% 0.68% -
HSV(B) 350.6º 0.39% 0.84% -
XYZ 40.88 32.54 30.51 -
YUV 157.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 214 131 144 0 0.39 0.33 0.16 350.6 0.5 0.68
Hex D6 83 90 0 27 21 10 15F 32 44
Octal 326 203 220 0 47 41 20 537 62 104
Binary 11010110 10000011 10010000 0 100111 100001 10000 101011111 110010 1000100

Color Harmonies of #D68390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68390

Black with #D68390

Text Example


Text Example

White with #D68390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68390; }

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

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

background-color css

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

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

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

border-color css

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

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

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