Html Css Color HEX #D67A8A Charm

📋 copy color: '#D67A8A'

red 214 ◦ green 122 ◦ blue 138

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

Shades of Charm #D67A8A

Tints of Charm #D67A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 45.15%
G = 25.74%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67A8A (or 0xD67A8A) is known color: Charm. HEX triplet: D6, 7A and 8A. RGB value is (214,122,138). Sum of RGB (Red+Green+Blue) = 214+122+138=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A8A is #298575. Grayscale: #979797. Windows color (decimal): -2721142 or 9075414. OLE color: 9075414.

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

Color convert

RGB 214 122 138 -
CMYK 0 0.43 0.36 0.16
HSL 349.57º 0.53% 0.66% -
HSV(B) 349.57º 0.43% 0.84% -
XYZ 39.28 30.05 27.77 -
YUV 151.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 214 122 138 0 0.43 0.36 0.16 349.57 0.53 0.66
Hex D6 7A 8A 0 2B 24 10 15E 35 42
Octal 326 172 212 0 53 44 20 536 65 102
Binary 11010110 1111010 10001010 0 101011 100100 10000 101011110 110101 1000010

Color Harmonies of #D67A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A8A

Black with #D67A8A

Text Example


Text Example

White with #D67A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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