Html Css Color HEX #DF83A1 Carissma

📋 copy color: '#DF83A1'

red 223 ◦ green 131 ◦ blue 161

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

Shades of Carissma #DF83A1

Tints of Carissma #DF83A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.26%

R = 43.3%
G = 25.44%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF83A1 (or 0xDF83A1) is known color: Carissma. HEX triplet: DF, 83 and A1. RGB value is (223,131,161). Sum of RGB (Red+Green+Blue) = 223+131+161=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF83A1 is #207C5E. Grayscale: #A1A1A1. Windows color (decimal): -2128991 or 10585055. OLE color: 10585055.

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

Color convert

RGB 223 131 161 -
CMYK 0 0.41 0.28 0.13
HSL 340.43º 0.59% 0.69% -
HSV(B) 340.43º 0.41% 0.87% -
XYZ 44.98 34.49 38.01 -
YUV 161.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 223 131 161 0 0.41 0.28 0.13 340.43 0.59 0.69
Hex DF 83 A1 0 29 1C D 154 3B 45
Octal 337 203 241 0 51 34 15 524 73 105
Binary 11011111 10000011 10100001 0 101001 11100 1101 101010100 111011 1000101

Color Harmonies of #DF83A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83A1

Black with #DF83A1

Text Example


Text Example

White with #DF83A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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