Html Css Color HEX #D67C83 Charm

📋 copy color: '#D67C83'

red 214 ◦ green 124 ◦ blue 131

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

Shades of Charm #D67C83

Tints of Charm #D67C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 45.63%
G = 26.44%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D67C83 (or 0xD67C83) is known color: Charm. HEX triplet: D6, 7C and 83. RGB value is (214,124,131). Sum of RGB (Red+Green+Blue) = 214+124+131=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C83 is #29837C. Grayscale: #979797. Windows color (decimal): -2720637 or 8617174. OLE color: 8617174.

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

Color convert

RGB 214 124 131 -
CMYK 0 0.42 0.39 0.16
HSL 355.33º 0.52% 0.66% -
HSV(B) 355.33º 0.42% 0.84% -
XYZ 39.04 30.35 25.27 -
YUV 151.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 214 124 131 0 0.42 0.39 0.16 355.33 0.52 0.66
Hex D6 7C 83 0 2A 27 10 163 34 42
Octal 326 174 203 0 52 47 20 543 64 102
Binary 11010110 1111100 10000011 0 101010 100111 10000 101100011 110100 1000010

Color Harmonies of #D67C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C83

Black with #D67C83

Text Example


Text Example

White with #D67C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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