Html Css Color HEX #D67883 Charm

📋 copy color: '#D67883'

red 214 ◦ green 120 ◦ blue 131

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

Shades of Charm #D67883

Tints of Charm #D67883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.81%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 46.02%
G = 25.81%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D67883 (or 0xD67883) is known color: Charm. HEX triplet: D6, 78 and 83. RGB value is (214,120,131). Sum of RGB (Red+Green+Blue) = 214+120+131=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67883 is #29877C. Grayscale: #959595. Windows color (decimal): -2721661 or 8616150. OLE color: 8616150.

HSL color Cylindrical-coordinate representation of color #D67883: hue angle of 352.98º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67883 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 131 -
CMYK 0 0.44 0.39 0.16
HSL 352.98º 0.53% 0.65% -
HSV(B) 352.98º 0.44% 0.84% -
XYZ 38.54 29.37 25.11 -
YUV 149.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 214 120 131 0 0.44 0.39 0.16 352.98 0.53 0.65
Hex D6 78 83 0 2C 27 10 161 35 41
Octal 326 170 203 0 54 47 20 541 65 101
Binary 11010110 1111000 10000011 0 101100 100111 10000 101100001 110101 1000001

Color Harmonies of #D67883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67883

Black with #D67883

Text Example


Text Example

White with #D67883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67883; }

 p { color: rgb(214,120,131); }

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

background-color css

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

 a { background-color: rgb(214,120,131); }

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

border-color css

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

 span { border-color: rgb(214,120,131); }

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