Html Css Color HEX #D67E99 Can Can

📋 copy color: '#D67E99'

red 214 ◦ green 126 ◦ blue 153

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

Shades of Can Can #D67E99

Tints of Can Can #D67E99

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.56%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 43.41%
G = 25.56%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D67E99 (or 0xD67E99) is known color: Can Can. HEX triplet: D6, 7E and 99. RGB value is (214,126,153). Sum of RGB (Red+Green+Blue) = 214+126+153=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E99 is #298166. Grayscale: #9B9B9B. Windows color (decimal): -2720103 or 10059478. OLE color: 10059478.

HSL color Cylindrical-coordinate representation of color #D67E99: hue angle of 341.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67E99 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 153 -
CMYK 0 0.41 0.29 0.16
HSL 341.59º 0.52% 0.67% -
HSV(B) 341.59º 0.41% 0.84% -
XYZ 40.94 31.52 34.06 -
YUV 155.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 214 126 153 0 0.41 0.29 0.16 341.59 0.52 0.67
Hex D6 7E 99 0 29 1D 10 156 34 43
Octal 326 176 231 0 51 35 20 526 64 103
Binary 11010110 1111110 10011001 0 101001 11101 10000 101010110 110100 1000011

Color Harmonies of #D67E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E99

Black with #D67E99

Text Example


Text Example

White with #D67E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E99; }

 p { color: rgb(214,126,153); }

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

background-color css

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

 a { background-color: rgb(214,126,153); }

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

border-color css

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

 span { border-color: rgb(214,126,153); }

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