Html Css Color HEX #D67D8D Charm

📋 copy color: '#D67D8D'

red 214 ◦ green 125 ◦ blue 141

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

Shades of Charm #D67D8D

Tints of Charm #D67D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 44.58%
G = 26.04%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D67D8D (or 0xD67D8D) is known color: Charm. HEX triplet: D6, 7D and 8D. RGB value is (214,125,141). Sum of RGB (Red+Green+Blue) = 214+125+141=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D8D is #298272. Grayscale: #999999. Windows color (decimal): -2720371 or 9272790. OLE color: 9272790.

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

Color convert

RGB 214 125 141 -
CMYK 0 0.42 0.34 0.16
HSL 349.21º 0.52% 0.66% -
HSV(B) 349.21º 0.42% 0.84% -
XYZ 39.87 30.89 29.06 -
YUV 153.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 214 125 141 0 0.42 0.34 0.16 349.21 0.52 0.66
Hex D6 7D 8D 0 2A 22 10 15D 34 42
Octal 326 175 215 0 52 42 20 535 64 102
Binary 11010110 1111101 10001101 0 101010 100010 10000 101011101 110100 1000010

Color Harmonies of #D67D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D8D

Black with #D67D8D

Text Example


Text Example

White with #D67D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D8D; }

 p { color: rgb(214,125,141); }

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

background-color css

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

 a { background-color: rgb(214,125,141); }

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

border-color css

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

 span { border-color: rgb(214,125,141); }

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