Html Css Color HEX #D8848C Carissma

📋 copy color: '#D8848C'

red 216 ◦ green 132 ◦ blue 140

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

Shades of Carissma #D8848C

Tints of Carissma #D8848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.05%

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 44.26%
G = 27.05%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8848C (or 0xD8848C) is known color: Carissma. HEX triplet: D8, 84 and 8C. RGB value is (216,132,140). Sum of RGB (Red+Green+Blue) = 216+132+140=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8848C is #277B73. Grayscale: #9E9E9E. Windows color (decimal): -2587508 or 9209048. OLE color: 9209048.

HSL color Cylindrical-coordinate representation of color #D8848C: hue angle of 354.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8848C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 140 -
CMYK 0 0.39 0.35 0.15
HSL 354.29º 0.52% 0.68% -
HSV(B) 354.29º 0.39% 0.85% -
XYZ 41.3 32.99 29 -
YUV 158.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 216 132 140 0 0.39 0.35 0.15 354.29 0.52 0.68
Hex D8 84 8C 0 27 23 F 162 34 44
Octal 330 204 214 0 47 43 17 542 64 104
Binary 11011000 10000100 10001100 0 100111 100011 1111 101100010 110100 1000100

Color Harmonies of #D8848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8848C

Black with #D8848C

Text Example


Text Example

White with #D8848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8848C; }

 p { color: rgb(216,132,140); }

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

background-color css

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

 a { background-color: rgb(216,132,140); }

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

border-color css

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

 span { border-color: rgb(216,132,140); }

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