Html Css Color HEX #DA838C Carissma

📋 copy color: '#DA838C'

red 218 ◦ green 131 ◦ blue 140

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

Shades of Carissma #DA838C

Tints of Carissma #DA838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 44.58%
G = 26.79%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA838C (or 0xDA838C) is known color: Carissma. HEX triplet: DA, 83 and 8C. RGB value is (218,131,140). Sum of RGB (Red+Green+Blue) = 218+131+140=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA838C is #257C73. Grayscale: #9E9E9E. Windows color (decimal): -2456692 or 9208794. OLE color: 9208794.

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

Color convert

RGB 218 131 140 -
CMYK 0 0.40 0.36 0.15
HSL 353.79º 0.54% 0.68% -
HSV(B) 353.79º 0.4% 0.85% -
XYZ 41.76 33.03 28.99 -
YUV 158.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 218 131 140 0 0.40 0.36 0.15 353.79 0.54 0.68
Hex DA 83 8C 0 28 24 F 162 36 44
Octal 332 203 214 0 50 44 17 542 66 104
Binary 11011010 10000011 10001100 0 101000 100100 1111 101100010 110110 1000100

Color Harmonies of #DA838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA838C

Black with #DA838C

Text Example


Text Example

White with #DA838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA838C; }

 p { color: rgb(218,131,140); }

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

background-color css

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

 a { background-color: rgb(218,131,140); }

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

border-color css

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

 span { border-color: rgb(218,131,140); }

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