Html Css Color HEX #D9828F Carissma

📋 copy color: '#D9828F'

red 217 ◦ green 130 ◦ blue 143

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

Shades of Carissma #D9828F

Tints of Carissma #D9828F

RGB

 RED value IS 217 (85.16% from 255) = 44.29%

 GREEN value IS 130 (51.17% from 255) = 26.53%

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

R = 44.29%
G = 26.53%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9828F (or 0xD9828F) is known color: Carissma. HEX triplet: D9, 82 and 8F. RGB value is (217,130,143). Sum of RGB (Red+Green+Blue) = 217+130+143=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9828F is #267D70. Grayscale: #9D9D9D. Windows color (decimal): -2522481 or 9405145. OLE color: 9405145.

HSL color Cylindrical-coordinate representation of color #D9828F: hue angle of 351.03º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9828F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 143 -
CMYK 0 0.40 0.34 0.15
HSL 351.03º 0.53% 0.68% -
HSV(B) 351.03º 0.4% 0.85% -
XYZ 41.56 32.7 30.11 -
YUV 157.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 217 130 143 0 0.40 0.34 0.15 351.03 0.53 0.68
Hex D9 82 8F 0 28 22 F 15F 35 44
Octal 331 202 217 0 50 42 17 537 65 104
Binary 11011001 10000010 10001111 0 101000 100010 1111 101011111 110101 1000100

Color Harmonies of #D9828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9828F

Black with #D9828F

Text Example


Text Example

White with #D9828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9828F; }

 p { color: rgb(217,130,143); }

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

background-color css

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

 a { background-color: rgb(217,130,143); }

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

border-color css

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

 span { border-color: rgb(217,130,143); }

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