Html Css Color HEX #D88193 Carissma

📋 copy color: '#D88193'

red 216 ◦ green 129 ◦ blue 147

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

Shades of Carissma #D88193

Tints of Carissma #D88193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.22%

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 43.9%
G = 26.22%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D88193 (or 0xD88193) is known color: Carissma. HEX triplet: D8, 81 and 93. RGB value is (216,129,147). Sum of RGB (Red+Green+Blue) = 216+129+147=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D88193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88193 is #277E6C. Grayscale: #9D9D9D. Windows color (decimal): -2588269 or 9667032. OLE color: 9667032.

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

Color convert

RGB 216 129 147 -
CMYK 0 0.40 0.32 0.15
HSL 347.59º 0.53% 0.68% -
HSV(B) 347.59º 0.4% 0.85% -
XYZ 41.44 32.41 31.67 -
YUV 157.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 216 129 147 0 0.40 0.32 0.15 347.59 0.53 0.68
Hex D8 81 93 0 28 20 F 15C 35 44
Octal 330 201 223 0 50 40 17 534 65 104
Binary 11011000 10000001 10010011 0 101000 100000 1111 101011100 110101 1000100

Color Harmonies of #D88193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88193

Black with #D88193

Text Example


Text Example

White with #D88193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88193; }

 p { color: rgb(216,129,147); }

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

background-color css

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

 a { background-color: rgb(216,129,147); }

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

border-color css

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

 span { border-color: rgb(216,129,147); }

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