Html Css Color HEX #DA838D Carissma

📋 copy color: '#DA838D'

red 218 ◦ green 131 ◦ blue 141

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

Shades of Carissma #DA838D

Tints of Carissma #DA838D

RGB

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

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

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

R = 44.49%
G = 26.73%
B = 28.78%

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

#DA838D (or 0xDA838D) is known color: Carissma. HEX triplet: DA, 83 and 8D. RGB value is (218,131,141). Sum of RGB (Red+Green+Blue) = 218+131+141=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA838D is #257C72. Grayscale: #9E9E9E. Windows color (decimal): -2456691 or 9274330. OLE color: 9274330.

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

Color convert

RGB 218 131 141 -
CMYK 0 0.40 0.35 0.15
HSL 353.1º 0.54% 0.68% -
HSV(B) 353.1º 0.4% 0.85% -
XYZ 41.84 33.06 29.38 -
YUV 158.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 218 131 141 0 0.40 0.35 0.15 353.1 0.54 0.68
Hex DA 83 8D 0 28 23 F 161 36 44
Octal 332 203 215 0 50 43 17 541 66 104
Binary 11011010 10000011 10001101 0 101000 100011 1111 101100001 110110 1000100

Color Harmonies of #DA838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA838D

Black with #DA838D

Text Example


Text Example

White with #DA838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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