Html Css Color HEX #DA838E Carissma

📋 copy color: '#DA838E'

red 218 ◦ green 131 ◦ blue 142

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

Shades of Carissma #DA838E

Tints of Carissma #DA838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 44.4%
G = 26.68%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA838E (or 0xDA838E) is known color: Carissma. HEX triplet: DA, 83 and 8E. RGB value is (218,131,142). Sum of RGB (Red+Green+Blue) = 218+131+142=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA838E is #257C71. Grayscale: #9E9E9E. Windows color (decimal): -2456690 or 9339866. OLE color: 9339866.

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

Color convert

RGB 218 131 142 -
CMYK 0 0.40 0.35 0.15
HSL 352.41º 0.54% 0.68% -
HSV(B) 352.41º 0.4% 0.85% -
XYZ 41.91 33.09 29.77 -
YUV 158.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 218 131 142 0 0.40 0.35 0.15 352.41 0.54 0.68
Hex DA 83 8E 0 28 23 F 160 36 44
Octal 332 203 216 0 50 43 17 540 66 104
Binary 11011010 10000011 10001110 0 101000 100011 1111 101100000 110110 1000100

Color Harmonies of #DA838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA838E

Black with #DA838E

Text Example


Text Example

White with #DA838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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