Html Css Color HEX #DA8B8D Carissma

📋 copy color: '#DA8B8D'

red 218 ◦ green 139 ◦ blue 141

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

Shades of Carissma #DA8B8D

Tints of Carissma #DA8B8D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 43.78%
G = 27.91%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA8B8D (or 0xDA8B8D) is known color: Carissma. HEX triplet: DA, 8B and 8D. RGB value is (218,139,141). Sum of RGB (Red+Green+Blue) = 218+139+141=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8B8D is #257472. Grayscale: #A2A2A2. Windows color (decimal): -2454643 or 9276378. OLE color: 9276378.

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

Color convert

RGB 218 139 141 -
CMYK 0 0.36 0.35 0.15
HSL 358.48º 0.52% 0.7% -
HSV(B) 358.48º 0.36% 0.85% -
XYZ 42.95 35.29 29.75 -
YUV 162.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 218 139 141 0 0.36 0.35 0.15 358.48 0.52 0.7
Hex DA 8B 8D 0 24 23 F 166 34 46
Octal 332 213 215 0 44 43 17 546 64 106
Binary 11011010 10001011 10001101 0 100100 100011 1111 101100110 110100 1000110

Color Harmonies of #DA8B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B8D

Black with #DA8B8D

Text Example


Text Example

White with #DA8B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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