Html Css Color HEX #DF808D Carissma

📋 copy color: '#DF808D'

red 223 ◦ green 128 ◦ blue 141

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

Shades of Carissma #DF808D

Tints of Carissma #DF808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

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

R = 45.33%
G = 26.02%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF808D (or 0xDF808D) is known color: Carissma. HEX triplet: DF, 80 and 8D. RGB value is (223,128,141). Sum of RGB (Red+Green+Blue) = 223+128+141=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF808D is #207F72. Grayscale: #9D9D9D. Windows color (decimal): -2129779 or 9273567. OLE color: 9273567.

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

Color convert

RGB 223 128 141 -
CMYK 0 0.43 0.37 0.13
HSL 351.79º 0.6% 0.69% -
HSV(B) 351.79º 0.43% 0.87% -
XYZ 42.96 33.05 29.31 -
YUV 157.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 223 128 141 0 0.43 0.37 0.13 351.79 0.6 0.69
Hex DF 80 8D 0 2B 25 D 160 3C 45
Octal 337 200 215 0 53 45 15 540 74 105
Binary 11011111 10000000 10001101 0 101011 100101 1101 101100000 111100 1000101

Color Harmonies of #DF808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF808D

Black with #DF808D

Text Example


Text Example

White with #DF808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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