Html Css Color HEX #DA8D8F Carissma

📋 copy color: '#DA8D8F'

red 218 ◦ green 141 ◦ blue 143

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

Shades of Carissma #DA8D8F

Tints of Carissma #DA8D8F

RGB

 RED value IS 218 (85.55% from 255) = 43.43%

 GREEN value IS 141 (55.47% from 255) = 28.09%

 BLUE value IS 143 (56.25% from 255) = 28.49%

R = 43.43%
G = 28.09%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA8D8F (or 0xDA8D8F) is known color: Carissma. HEX triplet: DA, 8D and 8F. RGB value is (218,141,143). Sum of RGB (Red+Green+Blue) = 218+141+143=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D8F is #257270. Grayscale: #A4A4A4. Windows color (decimal): -2454129 or 9407962. OLE color: 9407962.

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

Color convert

RGB 218 141 143 -
CMYK 0 0.35 0.34 0.15
HSL 358.44º 0.51% 0.7% -
HSV(B) 358.44º 0.35% 0.85% -
XYZ 43.4 35.94 30.64 -
YUV 164.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 218 141 143 0 0.35 0.34 0.15 358.44 0.51 0.7
Hex DA 8D 8F 0 23 22 F 166 33 46
Octal 332 215 217 0 43 42 17 546 63 106
Binary 11011010 10001101 10001111 0 100011 100010 1111 101100110 110011 1000110

Color Harmonies of #DA8D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D8F

Black with #DA8D8F

Text Example


Text Example

White with #DA8D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D8F; }

 p { color: rgb(218,141,143); }

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

background-color css

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

 a { background-color: rgb(218,141,143); }

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

border-color css

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

 span { border-color: rgb(218,141,143); }

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