Html Css Color HEX #D88092 Carissma

📋 copy color: '#D88092'

red 216 ◦ green 128 ◦ blue 146

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

Shades of Carissma #D88092

Tints of Carissma #D88092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.12%

 BLUE value IS 146 (57.42% from 255) = 29.8%

R = 44.08%
G = 26.12%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D88092 (or 0xD88092) is known color: Carissma. HEX triplet: D8, 80 and 92. RGB value is (216,128,146). Sum of RGB (Red+Green+Blue) = 216+128+146=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D88092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88092 is #277F6D. Grayscale: #9C9C9C. Windows color (decimal): -2588526 or 9601240. OLE color: 9601240.

HSL color Cylindrical-coordinate representation of color #D88092: hue angle of 347.73º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88092 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 146 -
CMYK 0 0.41 0.32 0.15
HSL 347.73º 0.53% 0.67% -
HSV(B) 347.73º 0.41% 0.85% -
XYZ 41.23 32.11 31.22 -
YUV 156.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 216 128 146 0 0.41 0.32 0.15 347.73 0.53 0.67
Hex D8 80 92 0 29 20 F 15C 35 43
Octal 330 200 222 0 51 40 17 534 65 103
Binary 11011000 10000000 10010010 0 101001 100000 1111 101011100 110101 1000011

Color Harmonies of #D88092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88092

Black with #D88092

Text Example


Text Example

White with #D88092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88092; }

 p { color: rgb(216,128,146); }

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

background-color css

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

 a { background-color: rgb(216,128,146); }

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

border-color css

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

 span { border-color: rgb(216,128,146); }

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