Html Css Color HEX #DF8294 Carissma

📋 copy color: '#DF8294'

red 223 ◦ green 130 ◦ blue 148

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

Shades of Carissma #DF8294

Tints of Carissma #DF8294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 44.51%
G = 25.95%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF8294 (or 0xDF8294) is known color: Carissma. HEX triplet: DF, 82 and 94. RGB value is (223,130,148). Sum of RGB (Red+Green+Blue) = 223+130+148=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8294 is #207D6B. Grayscale: #9F9F9F. Windows color (decimal): -2129260 or 9732831. OLE color: 9732831.

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

Color convert

RGB 223 130 148 -
CMYK 0 0.42 0.34 0.13
HSL 348.39º 0.59% 0.69% -
HSV(B) 348.39º 0.42% 0.87% -
XYZ 43.76 33.79 32.23 -
YUV 159.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 223 130 148 0 0.42 0.34 0.13 348.39 0.59 0.69
Hex DF 82 94 0 2A 22 D 15C 3B 45
Octal 337 202 224 0 52 42 15 534 73 105
Binary 11011111 10000010 10010100 0 101010 100010 1101 101011100 111011 1000101

Color Harmonies of #DF8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8294

Black with #DF8294

Text Example


Text Example

White with #DF8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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