Html Css Color HEX #D88A8B Carissma

📋 copy color: '#D88A8B'

red 216 ◦ green 138 ◦ blue 139

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

Shades of Carissma #D88A8B

Tints of Carissma #D88A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 43.81%
G = 27.99%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D88A8B (or 0xD88A8B) is known color: Carissma. HEX triplet: D8, 8A and 8B. RGB value is (216,138,139). Sum of RGB (Red+Green+Blue) = 216+138+139=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A8B is #277574. Grayscale: #A1A1A1. Windows color (decimal): -2585973 or 9145048. OLE color: 9145048.

HSL color Cylindrical-coordinate representation of color #D88A8B: hue angle of 359.23º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88A8B is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 138 139 -
CMYK 0 0.36 0.36 0.15
HSL 359.23º 0.5% 0.69% -
HSV(B) 359.23º 0.36% 0.85% -
XYZ 42.07 34.64 28.9 -
YUV 161.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 216 138 139 0 0.36 0.36 0.15 359.23 0.5 0.69
Hex D8 8A 8B 0 24 24 F 167 32 45
Octal 330 212 213 0 44 44 17 547 62 105
Binary 11011000 10001010 10001011 0 100100 100100 1111 101100111 110010 1000101

Color Harmonies of #D88A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A8B

Black with #D88A8B

Text Example


Text Example

White with #D88A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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