Html Css Color HEX #DF838D Carissma

📋 copy color: '#DF838D'

red 223 ◦ green 131 ◦ blue 141

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

Shades of Carissma #DF838D

Tints of Carissma #DF838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 45.05%
G = 26.46%
B = 28.48%

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

#DF838D (or 0xDF838D) is known color: Carissma. HEX triplet: DF, 83 and 8D. RGB value is (223,131,141). Sum of RGB (Red+Green+Blue) = 223+131+141=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF838D is #207C72. Grayscale: #9F9F9F. Windows color (decimal): -2129011 or 9274335. OLE color: 9274335.

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

Color convert

RGB 223 131 141 -
CMYK 0 0.41 0.37 0.13
HSL 353.48º 0.59% 0.69% -
HSV(B) 353.48º 0.41% 0.87% -
XYZ 43.36 33.84 29.45 -
YUV 159.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 223 131 141 0 0.41 0.37 0.13 353.48 0.59 0.69
Hex DF 83 8D 0 29 25 D 161 3B 45
Octal 337 203 215 0 51 45 15 541 73 105
Binary 11011111 10000011 10001101 0 101001 100101 1101 101100001 111011 1000101

Color Harmonies of #DF838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF838D

Black with #DF838D

Text Example


Text Example

White with #DF838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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