Html Css Color HEX #D67A93 Charm

📋 copy color: '#D67A93'

red 214 ◦ green 122 ◦ blue 147

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

Shades of Charm #D67A93

Tints of Charm #D67A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 44.31%
G = 25.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D67A93 (or 0xD67A93) is known color: Charm. HEX triplet: D6, 7A and 93. RGB value is (214,122,147). Sum of RGB (Red+Green+Blue) = 214+122+147=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A93 is #29856C. Grayscale: #989898. Windows color (decimal): -2721133 or 9665238. OLE color: 9665238.

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

Color convert

RGB 214 122 147 -
CMYK 0 0.43 0.31 0.16
HSL 343.7º 0.53% 0.66% -
HSV(B) 343.7º 0.43% 0.84% -
XYZ 39.96 30.32 31.35 -
YUV 152.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 214 122 147 0 0.43 0.31 0.16 343.7 0.53 0.66
Hex D6 7A 93 0 2B 1F 10 158 35 42
Octal 326 172 223 0 53 37 20 530 65 102
Binary 11010110 1111010 10010011 0 101011 11111 10000 101011000 110101 1000010

Color Harmonies of #D67A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A93

Black with #D67A93

Text Example


Text Example

White with #D67A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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