Html Css Color HEX #D67188 Charm

📋 copy color: '#D67188'

red 214 ◦ green 113 ◦ blue 136

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

Shades of Charm #D67188

Tints of Charm #D67188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

 BLUE value IS 136 (53.52% from 255) = 29.37%

R = 46.22%
G = 24.41%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67188 (or 0xD67188) is known color: Charm. HEX triplet: D6, 71 and 88. RGB value is (214,113,136). Sum of RGB (Red+Green+Blue) = 214+113+136=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67188 is #298E77. Grayscale: #919191. Windows color (decimal): -2723448 or 8942038. OLE color: 8942038.

HSL color Cylindrical-coordinate representation of color #D67188: hue angle of 346.34º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67188 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 136 -
CMYK 0 0.47 0.36 0.16
HSL 346.34º 0.55% 0.64% -
HSV(B) 346.34º 0.47% 0.84% -
XYZ 38.08 27.88 26.67 -
YUV 145.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 214 113 136 0 0.47 0.36 0.16 346.34 0.55 0.64
Hex D6 71 88 0 2F 24 10 15A 37 40
Octal 326 161 210 0 57 44 20 532 67 100
Binary 11010110 1110001 10001000 0 101111 100100 10000 101011010 110111 1000000

Color Harmonies of #D67188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67188

Black with #D67188

Text Example


Text Example

White with #D67188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67188; }

 p { color: rgb(214,113,136); }

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

background-color css

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

 a { background-color: rgb(214,113,136); }

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

border-color css

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

 span { border-color: rgb(214,113,136); }

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