Html Css Color HEX #D67082 Charm

📋 copy color: '#D67082'

red 214 ◦ green 112 ◦ blue 130

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

Shades of Charm #D67082

Tints of Charm #D67082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 46.93%
G = 24.56%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D67082 (or 0xD67082) is known color: Charm. HEX triplet: D6, 70 and 82. RGB value is (214,112,130). Sum of RGB (Red+Green+Blue) = 214+112+130=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D67082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67082 is #298F7D. Grayscale: #909090. Windows color (decimal): -2723710 or 8548566. OLE color: 8548566.

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

Color convert

RGB 214 112 130 -
CMYK 0 0.48 0.39 0.16
HSL 349.41º 0.55% 0.64% -
HSV(B) 349.41º 0.48% 0.84% -
XYZ 37.55 27.5 24.45 -
YUV 144.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 214 112 130 0 0.48 0.39 0.16 349.41 0.55 0.64
Hex D6 70 82 0 30 27 10 15D 37 40
Octal 326 160 202 0 60 47 20 535 67 100
Binary 11010110 1110000 10000010 0 110000 100111 10000 101011101 110111 1000000

Color Harmonies of #D67082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67082

Black with #D67082

Text Example


Text Example

White with #D67082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67082; }

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

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

background-color css

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

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

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

border-color css

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

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

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