Html Css Color HEX #DF818D Carissma

📋 copy color: '#DF818D'

red 223 ◦ green 129 ◦ blue 141

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

Shades of Carissma #DF818D

Tints of Carissma #DF818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.17%

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

R = 45.23%
G = 26.17%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF818D (or 0xDF818D) is known color: Carissma. HEX triplet: DF, 81 and 8D. RGB value is (223,129,141). Sum of RGB (Red+Green+Blue) = 223+129+141=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF818D is #207E72. Grayscale: #9E9E9E. Windows color (decimal): -2129523 or 9273823. OLE color: 9273823.

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

Color convert

RGB 223 129 141 -
CMYK 0 0.42 0.37 0.13
HSL 352.34º 0.59% 0.69% -
HSV(B) 352.34º 0.42% 0.87% -
XYZ 43.09 33.31 29.36 -
YUV 158.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 223 129 141 0 0.42 0.37 0.13 352.34 0.59 0.69
Hex DF 81 8D 0 2A 25 D 160 3B 45
Octal 337 201 215 0 52 45 15 540 73 105
Binary 11011111 10000001 10001101 0 101010 100101 1101 101100000 111011 1000101

Color Harmonies of #DF818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF818D

Black with #DF818D

Text Example


Text Example

White with #DF818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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