Html Css Color HEX #DA8384 Carissma

📋 copy color: '#DA8384'

red 218 ◦ green 131 ◦ blue 132

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

Shades of Carissma #DA8384

Tints of Carissma #DA8384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.44%

R = 45.32%
G = 27.23%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA8384 (or 0xDA8384) is known color: Carissma. HEX triplet: DA, 83 and 84. RGB value is (218,131,132). Sum of RGB (Red+Green+Blue) = 218+131+132=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8384 is #257C7B. Grayscale: #9D9D9D. Windows color (decimal): -2456700 or 8684506. OLE color: 8684506.

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

Color convert

RGB 218 131 132 -
CMYK 0 0.40 0.39 0.15
HSL 359.31º 0.54% 0.68% -
HSV(B) 359.31º 0.4% 0.85% -
XYZ 41.19 32.8 25.99 -
YUV 157.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 218 131 132 0 0.40 0.39 0.15 359.31 0.54 0.68
Hex DA 83 84 0 28 27 F 167 36 44
Octal 332 203 204 0 50 47 17 547 66 104
Binary 11011010 10000011 10000100 0 101000 100111 1111 101100111 110110 1000100

Color Harmonies of #DA8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8384

Black with #DA8384

Text Example


Text Example

White with #DA8384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8384; }

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

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

background-color css

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

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

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

border-color css

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

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

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