Html Css Color HEX #DF828C Carissma

📋 copy color: '#DF828C'

red 223 ◦ green 130 ◦ blue 140

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

Shades of Carissma #DF828C

Tints of Carissma #DF828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 45.23%
G = 26.37%
B = 28.4%

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

#DF828C (or 0xDF828C) is known color: Carissma. HEX triplet: DF, 82 and 8C. RGB value is (223,130,140). Sum of RGB (Red+Green+Blue) = 223+130+140=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828C is #207D73. Grayscale: #9F9F9F. Windows color (decimal): -2129268 or 9208543. OLE color: 9208543.

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

Color convert

RGB 223 130 140 -
CMYK 0 0.42 0.37 0.13
HSL 353.55º 0.59% 0.69% -
HSV(B) 353.55º 0.42% 0.87% -
XYZ 43.15 33.55 29.01 -
YUV 158.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 223 130 140 0 0.42 0.37 0.13 353.55 0.59 0.69
Hex DF 82 8C 0 2A 25 D 162 3B 45
Octal 337 202 214 0 52 45 15 542 73 105
Binary 11011111 10000010 10001100 0 101010 100101 1101 101100010 111011 1000101

Color Harmonies of #DF828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF828C

Black with #DF828C

Text Example


Text Example

White with #DF828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF828C; }

 p { color: rgb(223,130,140); }

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

background-color css

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

 a { background-color: rgb(223,130,140); }

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

border-color css

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

 span { border-color: rgb(223,130,140); }

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