Html Css Color HEX #DF848C Carissma

📋 copy color: '#DF848C'

red 223 ◦ green 132 ◦ blue 140

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

Shades of Carissma #DF848C

Tints of Carissma #DF848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 45.05%
G = 26.67%
B = 28.28%

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

#DF848C (or 0xDF848C) is known color: Carissma. HEX triplet: DF, 84 and 8C. RGB value is (223,132,140). Sum of RGB (Red+Green+Blue) = 223+132+140=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848C is #207B73. Grayscale: #A0A0A0. Windows color (decimal): -2128756 or 9209055. OLE color: 9209055.

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

Color convert

RGB 223 132 140 -
CMYK 0 0.41 0.37 0.13
HSL 354.73º 0.59% 0.7% -
HSV(B) 354.73º 0.41% 0.87% -
XYZ 43.42 34.08 29.1 -
YUV 160.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 223 132 140 0 0.41 0.37 0.13 354.73 0.59 0.7
Hex DF 84 8C 0 29 25 D 163 3B 46
Octal 337 204 214 0 51 45 15 543 73 106
Binary 11011111 10000100 10001100 0 101001 100101 1101 101100011 111011 1000110

Color Harmonies of #DF848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF848C

Black with #DF848C

Text Example


Text Example

White with #DF848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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