Html Css Color HEX #D67690 Charm

📋 copy color: '#D67690'

red 214 ◦ green 118 ◦ blue 144

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

Shades of Charm #D67690

Tints of Charm #D67690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

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

R = 44.96%
G = 24.79%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D67690 (or 0xD67690) is known color: Charm. HEX triplet: D6, 76 and 90. RGB value is (214,118,144). Sum of RGB (Red+Green+Blue) = 214+118+144=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D67690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67690 is #29896F. Grayscale: #959595. Windows color (decimal): -2722160 or 9467606. OLE color: 9467606.

HSL color Cylindrical-coordinate representation of color #D67690: hue angle of 343.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67690 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 144 -
CMYK 0 0.45 0.33 0.16
HSL 343.75º 0.54% 0.65% -
HSV(B) 343.75º 0.45% 0.84% -
XYZ 39.24 29.27 29.97 -
YUV 149.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 214 118 144 0 0.45 0.33 0.16 343.75 0.54 0.65
Hex D6 76 90 0 2D 21 10 158 36 41
Octal 326 166 220 0 55 41 20 530 66 101
Binary 11010110 1110110 10010000 0 101101 100001 10000 101011000 110110 1000001

Color Harmonies of #D67690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67690

Black with #D67690

Text Example


Text Example

White with #D67690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67690; }

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

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

background-color css

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

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

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

border-color css

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

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

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