Html Css Color HEX #D67991 Charm

📋 copy color: '#D67991'

red 214 ◦ green 121 ◦ blue 145

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

Shades of Charm #D67991

Tints of Charm #D67991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 44.58%
G = 25.21%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D67991 (or 0xD67991) is known color: Charm. HEX triplet: D6, 79 and 91. RGB value is (214,121,145). Sum of RGB (Red+Green+Blue) = 214+121+145=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D67991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67991 is #29866E. Grayscale: #979797. Windows color (decimal): -2721391 or 9533910. OLE color: 9533910.

HSL color Cylindrical-coordinate representation of color #D67991: hue angle of 344.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67991 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 145 -
CMYK 0 0.43 0.32 0.16
HSL 344.52º 0.53% 0.66% -
HSV(B) 344.52º 0.43% 0.84% -
XYZ 39.68 30.02 30.49 -
YUV 151.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 214 121 145 0 0.43 0.32 0.16 344.52 0.53 0.66
Hex D6 79 91 0 2B 20 10 159 35 42
Octal 326 171 221 0 53 40 20 531 65 102
Binary 11010110 1111001 10010001 0 101011 100000 10000 101011001 110101 1000010

Color Harmonies of #D67991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67991

Black with #D67991

Text Example


Text Example

White with #D67991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67991; }

 p { color: rgb(214,121,145); }

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

background-color css

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

 a { background-color: rgb(214,121,145); }

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

border-color css

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

 span { border-color: rgb(214,121,145); }

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