Html Css Color HEX #DF838B Carissma

📋 copy color: '#DF838B'

red 223 ◦ green 131 ◦ blue 139

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

Shades of Carissma #DF838B

Tints of Carissma #DF838B

RGB

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

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

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

R = 45.23%
G = 26.57%
B = 28.19%

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

#DF838B (or 0xDF838B) is known color: Carissma. HEX triplet: DF, 83 and 8B. RGB value is (223,131,139). Sum of RGB (Red+Green+Blue) = 223+131+139=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF838B is #207C74. Grayscale: #9F9F9F. Windows color (decimal): -2129013 or 9143263. OLE color: 9143263.

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

Color convert

RGB 223 131 139 -
CMYK 0 0.41 0.38 0.13
HSL 354.78º 0.59% 0.69% -
HSV(B) 354.78º 0.41% 0.87% -
XYZ 43.21 33.78 28.67 -
YUV 159.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 223 131 139 0 0.41 0.38 0.13 354.78 0.59 0.69
Hex DF 83 8B 0 29 26 D 163 3B 45
Octal 337 203 213 0 51 46 15 543 73 105
Binary 11011111 10000011 10001011 0 101001 100110 1101 101100011 111011 1000101

Color Harmonies of #DF838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF838B

Black with #DF838B

Text Example


Text Example

White with #DF838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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