Html Css Color HEX #D68183 Charm

📋 copy color: '#D68183'

red 214 ◦ green 129 ◦ blue 131

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

Shades of Charm #D68183

Tints of Charm #D68183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

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

R = 45.15%
G = 27.22%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D68183 (or 0xD68183) is known color: Charm. HEX triplet: D6, 81 and 83. RGB value is (214,129,131). Sum of RGB (Red+Green+Blue) = 214+129+131=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D68183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68183 is #297E7C. Grayscale: #9A9A9A. Windows color (decimal): -2719357 or 8618454. OLE color: 8618454.

HSL color Cylindrical-coordinate representation of color #D68183: hue angle of 358.59º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68183 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 131 -
CMYK 0 0.40 0.39 0.16
HSL 358.59º 0.51% 0.67% -
HSV(B) 358.59º 0.4% 0.84% -
XYZ 39.68 31.64 25.49 -
YUV 154.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 214 129 131 0 0.40 0.39 0.16 358.59 0.51 0.67
Hex D6 81 83 0 28 27 10 167 33 43
Octal 326 201 203 0 50 47 20 547 63 103
Binary 11010110 10000001 10000011 0 101000 100111 10000 101100111 110011 1000011

Color Harmonies of #D68183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68183

Black with #D68183

Text Example


Text Example

White with #D68183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68183; }

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

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

background-color css

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

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

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

border-color css

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

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

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