Html Css Color HEX #D8828A Carissma

📋 copy color: '#D8828A'

red 216 ◦ green 130 ◦ blue 138

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

Shades of Carissma #D8828A

Tints of Carissma #D8828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 44.63%
G = 26.86%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8828A (or 0xD8828A) is known color: Carissma. HEX triplet: D8, 82 and 8A. RGB value is (216,130,138). Sum of RGB (Red+Green+Blue) = 216+130+138=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8828A is #277D75. Grayscale: #9C9C9C. Windows color (decimal): -2588022 or 9077464. OLE color: 9077464.

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

Color convert

RGB 216 130 138 -
CMYK 0 0.40 0.36 0.15
HSL 354.42º 0.52% 0.68% -
HSV(B) 354.42º 0.4% 0.85% -
XYZ 40.89 32.4 28.14 -
YUV 156.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 216 130 138 0 0.40 0.36 0.15 354.42 0.52 0.68
Hex D8 82 8A 0 28 24 F 162 34 44
Octal 330 202 212 0 50 44 17 542 64 104
Binary 11011000 10000010 10001010 0 101000 100100 1111 101100010 110100 1000100

Color Harmonies of #D8828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8828A

Black with #D8828A

Text Example


Text Example

White with #D8828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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