Html Css Color HEX #DF848B Carissma

📋 copy color: '#DF848B'

red 223 ◦ green 132 ◦ blue 139

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

Shades of Carissma #DF848B

Tints of Carissma #DF848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 45.14%
G = 26.72%
B = 28.14%

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

#DF848B (or 0xDF848B) is known color: Carissma. HEX triplet: DF, 84 and 8B. RGB value is (223,132,139). Sum of RGB (Red+Green+Blue) = 223+132+139=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848B is #207B74. Grayscale: #A0A0A0. Windows color (decimal): -2128757 or 9143519. OLE color: 9143519.

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

Color convert

RGB 223 132 139 -
CMYK 0 0.41 0.38 0.13
HSL 355.38º 0.59% 0.7% -
HSV(B) 355.38º 0.41% 0.87% -
XYZ 43.34 34.05 28.71 -
YUV 160.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 223 132 139 0 0.41 0.38 0.13 355.38 0.59 0.7
Hex DF 84 8B 0 29 26 D 163 3B 46
Octal 337 204 213 0 51 46 15 543 73 106
Binary 11011111 10000100 10001011 0 101001 100110 1101 101100011 111011 1000110

Color Harmonies of #DF848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF848B

Black with #DF848B

Text Example


Text Example

White with #DF848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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