Html Css Color HEX #D5698A Charm

📋 copy color: '#D5698A'

red 213 ◦ green 105 ◦ blue 138

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

Shades of Charm #D5698A

Tints of Charm #D5698A

RGB

 RED value IS 213 (83.59% from 255) = 46.71%

 GREEN value IS 105 (41.41% from 255) = 23.03%

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 46.71%
G = 23.03%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5698A (or 0xD5698A) is known color: Charm. HEX triplet: D5, 69 and 8A. RGB value is (213,105,138). Sum of RGB (Red+Green+Blue) = 213+105+138=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698A is #2A9675. Grayscale: #8D8D8D. Windows color (decimal): -2791030 or 9071061. OLE color: 9071061.

HSL color Cylindrical-coordinate representation of color #D5698A: hue angle of 341.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5698A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 138 -
CMYK 0 0.51 0.35 0.16
HSL 341.67º 0.56% 0.62% -
HSV(B) 341.67º 0.51% 0.84% -
XYZ 37.08 26.08 27.13 -
YUV 141.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 213 105 138 0 0.51 0.35 0.16 341.67 0.56 0.62
Hex D5 69 8A 0 33 23 10 156 38 3E
Octal 325 151 212 0 63 43 20 526 70 76
Binary 11010101 1101001 10001010 0 110011 100011 10000 101010110 111000 111110

Color Harmonies of #D5698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5698A

Black with #D5698A

Text Example


Text Example

White with #D5698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5698A; }

 p { color: rgb(213,105,138); }

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

background-color css

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

 a { background-color: rgb(213,105,138); }

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

border-color css

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

 span { border-color: rgb(213,105,138); }

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