Html Css Color HEX #DF838F Carissma

📋 copy color: '#DF838F'

red 223 ◦ green 131 ◦ blue 143

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

Shades of Carissma #DF838F

Tints of Carissma #DF838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 44.87%
G = 26.36%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF838F (or 0xDF838F) is known color: Carissma. HEX triplet: DF, 83 and 8F. RGB value is (223,131,143). Sum of RGB (Red+Green+Blue) = 223+131+143=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF838F is #207C70. Grayscale: #9F9F9F. Windows color (decimal): -2129009 or 9405407. OLE color: 9405407.

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

Color convert

RGB 223 131 143 -
CMYK 0 0.41 0.36 0.13
HSL 352.17º 0.59% 0.69% -
HSV(B) 352.17º 0.41% 0.87% -
XYZ 43.51 33.9 30.24 -
YUV 159.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 223 131 143 0 0.41 0.36 0.13 352.17 0.59 0.69
Hex DF 83 8F 0 29 24 D 160 3B 45
Octal 337 203 217 0 51 44 15 540 73 105
Binary 11011111 10000011 10001111 0 101001 100100 1101 101100000 111011 1000101

Color Harmonies of #DF838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF838F

Black with #DF838F

Text Example


Text Example

White with #DF838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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