Html Css Color HEX #DF828D Carissma

📋 copy color: '#DF828D'

red 223 ◦ green 130 ◦ blue 141

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

Shades of Carissma #DF828D

Tints of Carissma #DF828D

RGB

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

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

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

R = 45.14%
G = 26.32%
B = 28.54%

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

#DF828D (or 0xDF828D) is known color: Carissma. HEX triplet: DF, 82 and 8D. RGB value is (223,130,141). Sum of RGB (Red+Green+Blue) = 223+130+141=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828D is #207D72. Grayscale: #9F9F9F. Windows color (decimal): -2129267 or 9274079. OLE color: 9274079.

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

Color convert

RGB 223 130 141 -
CMYK 0 0.42 0.37 0.13
HSL 352.9º 0.59% 0.69% -
HSV(B) 352.9º 0.42% 0.87% -
XYZ 43.22 33.58 29.4 -
YUV 159.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 223 130 141 0 0.42 0.37 0.13 352.9 0.59 0.69
Hex DF 82 8D 0 2A 25 D 161 3B 45
Octal 337 202 215 0 52 45 15 541 73 105
Binary 11011111 10000010 10001101 0 101010 100101 1101 101100001 111011 1000101

Color Harmonies of #DF828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF828D

Black with #DF828D

Text Example


Text Example

White with #DF828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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