Html Css Color HEX #D67983 Charm

📋 copy color: '#D67983'

red 214 ◦ green 121 ◦ blue 131

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

Shades of Charm #D67983

Tints of Charm #D67983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 45.92%
G = 25.97%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D67983 (or 0xD67983) is known color: Charm. HEX triplet: D6, 79 and 83. RGB value is (214,121,131). Sum of RGB (Red+Green+Blue) = 214+121+131=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D67983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67983 is #29867C. Grayscale: #969696. Windows color (decimal): -2721405 or 8616406. OLE color: 8616406.

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

Color convert

RGB 214 121 131 -
CMYK 0 0.43 0.39 0.16
HSL 353.55º 0.53% 0.66% -
HSV(B) 353.55º 0.43% 0.84% -
XYZ 38.67 29.61 25.15 -
YUV 149.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 214 121 131 0 0.43 0.39 0.16 353.55 0.53 0.66
Hex D6 79 83 0 2B 27 10 162 35 42
Octal 326 171 203 0 53 47 20 542 65 102
Binary 11010110 1111001 10000011 0 101011 100111 10000 101100010 110101 1000010

Color Harmonies of #D67983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67983

Black with #D67983

Text Example


Text Example

White with #D67983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67983; }

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

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

background-color css

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

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

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

border-color css

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

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

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