Html Css Color HEX #D67085 Charm

📋 copy color: '#D67085'

red 214 ◦ green 112 ◦ blue 133

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

Shades of Charm #D67085

Tints of Charm #D67085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.4%

 BLUE value IS 133 (52.34% from 255) = 28.98%

R = 46.62%
G = 24.4%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D67085 (or 0xD67085) is known color: Charm. HEX triplet: D6, 70 and 85. RGB value is (214,112,133). Sum of RGB (Red+Green+Blue) = 214+112+133=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67085 is #298F7A. Grayscale: #909090. Windows color (decimal): -2723707 or 8745174. OLE color: 8745174.

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

Color convert

RGB 214 112 133 -
CMYK 0 0.48 0.38 0.16
HSL 347.65º 0.55% 0.64% -
HSV(B) 347.65º 0.48% 0.84% -
XYZ 37.76 27.58 25.52 -
YUV 144.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 214 112 133 0 0.48 0.38 0.16 347.65 0.55 0.64
Hex D6 70 85 0 30 26 10 15C 37 40
Octal 326 160 205 0 60 46 20 534 67 100
Binary 11010110 1110000 10000101 0 110000 100110 10000 101011100 110111 1000000

Color Harmonies of #D67085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67085

Black with #D67085

Text Example


Text Example

White with #D67085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67085; }

 p { color: rgb(214,112,133); }

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

background-color css

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

 a { background-color: rgb(214,112,133); }

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

border-color css

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

 span { border-color: rgb(214,112,133); }

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