Html Css Color HEX #DF848D Carissma

📋 copy color: '#DF848D'

red 223 ◦ green 132 ◦ blue 141

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

Shades of Carissma #DF848D

Tints of Carissma #DF848D

RGB

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

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

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

R = 44.96%
G = 26.61%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF848D (or 0xDF848D) is known color: Carissma. HEX triplet: DF, 84 and 8D. RGB value is (223,132,141). Sum of RGB (Red+Green+Blue) = 223+132+141=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848D is #207B72. Grayscale: #A0A0A0. Windows color (decimal): -2128755 or 9274591. OLE color: 9274591.

HSL color Cylindrical-coordinate representation of color #DF848D: hue angle of 354.07º 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 #DF848D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 141 -
CMYK 0 0.41 0.37 0.13
HSL 354.07º 0.59% 0.7% -
HSV(B) 354.07º 0.41% 0.87% -
XYZ 43.49 34.11 29.49 -
YUV 160.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 223 132 141 0 0.41 0.37 0.13 354.07 0.59 0.7
Hex DF 84 8D 0 29 25 D 162 3B 46
Octal 337 204 215 0 51 45 15 542 73 106
Binary 11011111 10000100 10001101 0 101001 100101 1101 101100010 111011 1000110

Color Harmonies of #DF848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF848D

Black with #DF848D

Text Example


Text Example

White with #DF848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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