Html Css Color HEX #D67383 Charm

📋 copy color: '#D67383'

red 214 ◦ green 115 ◦ blue 131

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

Shades of Charm #D67383

Tints of Charm #D67383

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25%

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

R = 46.52%
G = 25%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D67383 (or 0xD67383) is known color: Charm. HEX triplet: D6, 73 and 83. RGB value is (214,115,131). Sum of RGB (Red+Green+Blue) = 214+115+131=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D67383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67383 is #298C7C. Grayscale: #929292. Windows color (decimal): -2722941 or 8614870. OLE color: 8614870.

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

Color convert

RGB 214 115 131 -
CMYK 0 0.46 0.39 0.16
HSL 350.3º 0.55% 0.65% -
HSV(B) 350.3º 0.46% 0.84% -
XYZ 37.96 28.2 24.91 -
YUV 146.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 214 115 131 0 0.46 0.39 0.16 350.3 0.55 0.65
Hex D6 73 83 0 2E 27 10 15E 37 41
Octal 326 163 203 0 56 47 20 536 67 101
Binary 11010110 1110011 10000011 0 101110 100111 10000 101011110 110111 1000001

Color Harmonies of #D67383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67383

Black with #D67383

Text Example


Text Example

White with #D67383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67383; }

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

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

background-color css

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

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

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

border-color css

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

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

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