Html Css Color HEX #D4818E Charm

📋 copy color: '#D4818E'

red 212 ◦ green 129 ◦ blue 142

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

Shades of Charm #D4818E

Tints of Charm #D4818E

RGB

 RED value IS 212 (83.2% from 255) = 43.89%

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

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 43.89%
G = 26.71%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4818E (or 0xD4818E) is known color: Charm. HEX triplet: D4, 81 and 8E. RGB value is (212,129,142). Sum of RGB (Red+Green+Blue) = 212+129+142=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4818E is #2B7E71. Grayscale: #9B9B9B. Windows color (decimal): -2850418 or 9339348. OLE color: 9339348.

HSL color Cylindrical-coordinate representation of color #D4818E: hue angle of 350.6º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4818E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 129 142 -
CMYK 0 0.39 0.33 0.17
HSL 350.6º 0.49% 0.67% -
HSV(B) 350.6º 0.39% 0.83% -
XYZ 39.88 31.65 29.6 -
YUV 155.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 212 129 142 0 0.39 0.33 0.17 350.6 0.49 0.67
Hex D4 81 8E 0 27 21 11 15F 31 43
Octal 324 201 216 0 47 41 21 537 61 103
Binary 11010100 10000001 10001110 0 100111 100001 10001 101011111 110001 1000011

Color Harmonies of #D4818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4818E

Black with #D4818E

Text Example


Text Example

White with #D4818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4818E; }

 p { color: rgb(212,129,142); }

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

background-color css

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

 a { background-color: rgb(212,129,142); }

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

border-color css

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

 span { border-color: rgb(212,129,142); }

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