Html Css Color HEX #DF838C Carissma

📋 copy color: '#DF838C'

red 223 ◦ green 131 ◦ blue 140

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

Shades of Carissma #DF838C

Tints of Carissma #DF838C

RGB

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

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

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

R = 45.14%
G = 26.52%
B = 28.34%

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

#DF838C (or 0xDF838C) is known color: Carissma. HEX triplet: DF, 83 and 8C. RGB value is (223,131,140). Sum of RGB (Red+Green+Blue) = 223+131+140=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF838C is #207C73. Grayscale: #9F9F9F. Windows color (decimal): -2129012 or 9208799. OLE color: 9208799.

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

Color convert

RGB 223 131 140 -
CMYK 0 0.41 0.37 0.13
HSL 354.13º 0.59% 0.69% -
HSV(B) 354.13º 0.41% 0.87% -
XYZ 43.28 33.81 29.06 -
YUV 159.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 223 131 140 0 0.41 0.37 0.13 354.13 0.59 0.69
Hex DF 83 8C 0 29 25 D 162 3B 45
Octal 337 203 214 0 51 45 15 542 73 105
Binary 11011111 10000011 10001100 0 101001 100101 1101 101100010 111011 1000101

Color Harmonies of #DF838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF838C

Black with #DF838C

Text Example


Text Example

White with #DF838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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