Html Css Color HEX #DA838F Carissma

📋 copy color: '#DA838F'

red 218 ◦ green 131 ◦ blue 143

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

Shades of Carissma #DA838F

Tints of Carissma #DA838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 44.31%
G = 26.63%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA838F (or 0xDA838F) is known color: Carissma. HEX triplet: DA, 83 and 8F. RGB value is (218,131,143). Sum of RGB (Red+Green+Blue) = 218+131+143=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA838F is #257C70. Grayscale: #9E9E9E. Windows color (decimal): -2456689 or 9405402. OLE color: 9405402.

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

Color convert

RGB 218 131 143 -
CMYK 0 0.40 0.34 0.15
HSL 351.72º 0.54% 0.68% -
HSV(B) 351.72º 0.4% 0.85% -
XYZ 41.99 33.12 30.17 -
YUV 158.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 218 131 143 0 0.40 0.34 0.15 351.72 0.54 0.68
Hex DA 83 8F 0 28 22 F 160 36 44
Octal 332 203 217 0 50 42 17 540 66 104
Binary 11011010 10000011 10001111 0 101000 100010 1111 101100000 110110 1000100

Color Harmonies of #DA838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA838F

Black with #DA838F

Text Example


Text Example

White with #DA838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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