Html Css Color HEX #D8828D Carissma

📋 copy color: '#D8828D'

red 216 ◦ green 130 ◦ blue 141

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

Shades of Carissma #D8828D

Tints of Carissma #D8828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 44.35%
G = 26.69%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8828D (or 0xD8828D) is known color: Carissma. HEX triplet: D8, 82 and 8D. RGB value is (216,130,141). Sum of RGB (Red+Green+Blue) = 216+130+141=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8828D is #277D72. Grayscale: #9D9D9D. Windows color (decimal): -2588019 or 9274072. OLE color: 9274072.

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

Color convert

RGB 216 130 141 -
CMYK 0 0.40 0.35 0.15
HSL 352.33º 0.52% 0.68% -
HSV(B) 352.33º 0.4% 0.85% -
XYZ 41.11 32.49 29.3 -
YUV 156.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 216 130 141 0 0.40 0.35 0.15 352.33 0.52 0.68
Hex D8 82 8D 0 28 23 F 160 34 44
Octal 330 202 215 0 50 43 17 540 64 104
Binary 11011000 10000010 10001101 0 101000 100011 1111 101100000 110100 1000100

Color Harmonies of #D8828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8828D

Black with #D8828D

Text Example


Text Example

White with #D8828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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