Html Css Color HEX #D8828F Carissma

📋 copy color: '#D8828F'

red 216 ◦ green 130 ◦ blue 143

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

Shades of Carissma #D8828F

Tints of Carissma #D8828F

RGB

 RED value IS 216 (84.77% from 255) = 44.17%

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

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

R = 44.17%
G = 26.58%
B = 29.24%

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

#D8828F (or 0xD8828F) is known color: Carissma. HEX triplet: D8, 82 and 8F. RGB value is (216,130,143). Sum of RGB (Red+Green+Blue) = 216+130+143=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8828F is #277D70. Grayscale: #9D9D9D. Windows color (decimal): -2588017 or 9405144. OLE color: 9405144.

HSL color Cylindrical-coordinate representation of color #D8828F: hue angle of 350.93º degrees, saturation: 0.52, 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 #D8828F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 143 -
CMYK 0 0.40 0.34 0.15
HSL 350.93º 0.52% 0.68% -
HSV(B) 350.93º 0.4% 0.85% -
XYZ 41.26 32.55 30.09 -
YUV 157.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 216 130 143 0 0.40 0.34 0.15 350.93 0.52 0.68
Hex D8 82 8F 0 28 22 F 15F 34 44
Octal 330 202 217 0 50 42 17 537 64 104
Binary 11011000 10000010 10001111 0 101000 100010 1111 101011111 110100 1000100

Color Harmonies of #D8828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8828F

Black with #D8828F

Text Example


Text Example

White with #D8828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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