Html Css Color HEX #D4808F Charm

📋 copy color: '#D4808F'

red 212 ◦ green 128 ◦ blue 143

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

Shades of Charm #D4808F

Tints of Charm #D4808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.5%

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 43.89%
G = 26.5%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4808F (or 0xD4808F) is known color: Charm. HEX triplet: D4, 80 and 8F. RGB value is (212,128,143). Sum of RGB (Red+Green+Blue) = 212+128+143=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4808F is #2B7F70. Grayscale: #9A9A9A. Windows color (decimal): -2850673 or 9404628. OLE color: 9404628.

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

Color convert

RGB 212 128 143 -
CMYK 0 0.40 0.33 0.17
HSL 349.29º 0.49% 0.67% -
HSV(B) 349.29º 0.4% 0.83% -
XYZ 39.83 31.42 29.95 -
YUV 154.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 212 128 143 0 0.40 0.33 0.17 349.29 0.49 0.67
Hex D4 80 8F 0 28 21 11 15D 31 43
Octal 324 200 217 0 50 41 21 535 61 103
Binary 11010100 10000000 10001111 0 101000 100001 10001 101011101 110001 1000011

Color Harmonies of #D4808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4808F

Black with #D4808F

Text Example


Text Example

White with #D4808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4808F; }

 p { color: rgb(212,128,143); }

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

background-color css

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

 a { background-color: rgb(212,128,143); }

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

border-color css

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

 span { border-color: rgb(212,128,143); }

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