Html Css Color HEX #DF828A Carissma

📋 copy color: '#DF828A'

red 223 ◦ green 130 ◦ blue 138

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

Shades of Carissma #DF828A

Tints of Carissma #DF828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 45.42%
G = 26.48%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF828A (or 0xDF828A) is known color: Carissma. HEX triplet: DF, 82 and 8A. RGB value is (223,130,138). Sum of RGB (Red+Green+Blue) = 223+130+138=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828A is #207D75. Grayscale: #9E9E9E. Windows color (decimal): -2129270 or 9077471. OLE color: 9077471.

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

Color convert

RGB 223 130 138 -
CMYK 0 0.42 0.38 0.13
HSL 354.84º 0.59% 0.69% -
HSV(B) 354.84º 0.42% 0.87% -
XYZ 43 33.49 28.24 -
YUV 158.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 223 130 138 0 0.42 0.38 0.13 354.84 0.59 0.69
Hex DF 82 8A 0 2A 26 D 163 3B 45
Octal 337 202 212 0 52 46 15 543 73 105
Binary 11011111 10000010 10001010 0 101010 100110 1101 101100011 111011 1000101

Color Harmonies of #DF828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF828A

Black with #DF828A

Text Example


Text Example

White with #DF828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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