Html Css Color HEX #D67F92 Charm

📋 copy color: '#D67F92'

red 214 ◦ green 127 ◦ blue 146

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

Shades of Charm #D67F92

Tints of Charm #D67F92

RGB

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

 GREEN value IS 127 (50% from 255) = 26.08%

 BLUE value IS 146 (57.42% from 255) = 29.98%

R = 43.94%
G = 26.08%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D67F92 (or 0xD67F92) is known color: Charm. HEX triplet: D6, 7F and 92. RGB value is (214,127,146). Sum of RGB (Red+Green+Blue) = 214+127+146=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67F92 is #29806D. Grayscale: #9B9B9B. Windows color (decimal): -2719854 or 9600982. OLE color: 9600982.

HSL color Cylindrical-coordinate representation of color #D67F92: hue angle of 346.9º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67F92 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 127 146 -
CMYK 0 0.41 0.32 0.16
HSL 346.9º 0.51% 0.67% -
HSV(B) 346.9º 0.41% 0.84% -
XYZ 40.51 31.55 31.15 -
YUV 155.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 214 127 146 0 0.41 0.32 0.16 346.9 0.51 0.67
Hex D6 7F 92 0 29 20 10 15B 33 43
Octal 326 177 222 0 51 40 20 533 63 103
Binary 11010110 1111111 10010010 0 101001 100000 10000 101011011 110011 1000011

Color Harmonies of #D67F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F92

Black with #D67F92

Text Example


Text Example

White with #D67F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F92; }

 p { color: rgb(214,127,146); }

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

background-color css

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

 a { background-color: rgb(214,127,146); }

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

border-color css

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

 span { border-color: rgb(214,127,146); }

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