Html Css Color HEX #D67D8F Charm

📋 copy color: '#D67D8F'

red 214 ◦ green 125 ◦ blue 143

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

Shades of Charm #D67D8F

Tints of Charm #D67D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 44.4%
G = 25.93%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D67D8F (or 0xD67D8F) is known color: Charm. HEX triplet: D6, 7D and 8F. RGB value is (214,125,143). Sum of RGB (Red+Green+Blue) = 214+125+143=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D8F is #298270. Grayscale: #999999. Windows color (decimal): -2720369 or 9403862. OLE color: 9403862.

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

Color convert

RGB 214 125 143 -
CMYK 0 0.42 0.33 0.16
HSL 347.87º 0.52% 0.66% -
HSV(B) 347.87º 0.42% 0.84% -
XYZ 40.02 30.95 29.85 -
YUV 153.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 214 125 143 0 0.42 0.33 0.16 347.87 0.52 0.66
Hex D6 7D 8F 0 2A 21 10 15C 34 42
Octal 326 175 217 0 52 41 20 534 64 102
Binary 11010110 1111101 10001111 0 101010 100001 10000 101011100 110100 1000010

Color Harmonies of #D67D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D8F

Black with #D67D8F

Text Example


Text Example

White with #D67D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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