Html Css Color HEX #DF848A Carissma

📋 copy color: '#DF848A'

red 223 ◦ green 132 ◦ blue 138

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

Shades of Carissma #DF848A

Tints of Carissma #DF848A

RGB

 RED value IS 223 (87.5% from 255) = 45.23%

 GREEN value IS 132 (51.95% from 255) = 26.77%

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 45.23%
G = 26.77%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF848A (or 0xDF848A) is known color: Carissma. HEX triplet: DF, 84 and 8A. RGB value is (223,132,138). Sum of RGB (Red+Green+Blue) = 223+132+138=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848A is #207B75. Grayscale: #9F9F9F. Windows color (decimal): -2128758 or 9077983. OLE color: 9077983.

HSL color Cylindrical-coordinate representation of color #DF848A: hue angle of 356.04º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF848A is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 138 -
CMYK 0 0.41 0.38 0.13
HSL 356.04º 0.59% 0.7% -
HSV(B) 356.04º 0.41% 0.87% -
XYZ 43.27 34.03 28.33 -
YUV 159.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 223 132 138 0 0.41 0.38 0.13 356.04 0.59 0.7
Hex DF 84 8A 0 29 26 D 164 3B 46
Octal 337 204 212 0 51 46 15 544 73 106
Binary 11011111 10000100 10001010 0 101001 100110 1101 101100100 111011 1000110

Color Harmonies of #DF848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF848A

Black with #DF848A

Text Example


Text Example

White with #DF848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF848A; }

 p { color: rgb(223,132,138); }

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

background-color css

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

 a { background-color: rgb(223,132,138); }

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

border-color css

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

 span { border-color: rgb(223,132,138); }

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