Html Css Color HEX #D67A8F Charm

📋 copy color: '#D67A8F'

red 214 ◦ green 122 ◦ blue 143

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

Shades of Charm #D67A8F

Tints of Charm #D67A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

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

R = 44.68%
G = 25.47%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D67A8F (or 0xD67A8F) is known color: Charm. HEX triplet: D6, 7A and 8F. RGB value is (214,122,143). Sum of RGB (Red+Green+Blue) = 214+122+143=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A8F is #298570. Grayscale: #979797. Windows color (decimal): -2721137 or 9403094. OLE color: 9403094.

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

Color convert

RGB 214 122 143 -
CMYK 0 0.43 0.33 0.16
HSL 346.3º 0.53% 0.66% -
HSV(B) 346.3º 0.43% 0.84% -
XYZ 39.65 30.2 29.73 -
YUV 151.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 214 122 143 0 0.43 0.33 0.16 346.3 0.53 0.66
Hex D6 7A 8F 0 2B 21 10 15A 35 42
Octal 326 172 217 0 53 41 20 532 65 102
Binary 11010110 1111010 10001111 0 101011 100001 10000 101011010 110101 1000010

Color Harmonies of #D67A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A8F

Black with #D67A8F

Text Example


Text Example

White with #D67A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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