Html Css Color HEX #DF8299 Carissma

📋 copy color: '#DF8299'

red 223 ◦ green 130 ◦ blue 153

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

Shades of Carissma #DF8299

Tints of Carissma #DF8299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 44.07%
G = 25.69%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF8299 (or 0xDF8299) is known color: Carissma. HEX triplet: DF, 82 and 99. RGB value is (223,130,153). Sum of RGB (Red+Green+Blue) = 223+130+153=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8299 is #207D66. Grayscale: #A0A0A0. Windows color (decimal): -2129255 or 10060511. OLE color: 10060511.

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

Color convert

RGB 223 130 153 -
CMYK 0 0.42 0.31 0.13
HSL 345.16º 0.59% 0.69% -
HSV(B) 345.16º 0.42% 0.87% -
XYZ 44.16 33.95 34.36 -
YUV 160.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 223 130 153 0 0.42 0.31 0.13 345.16 0.59 0.69
Hex DF 82 99 0 2A 1F D 159 3B 45
Octal 337 202 231 0 52 37 15 531 73 105
Binary 11011111 10000010 10011001 0 101010 11111 1101 101011001 111011 1000101

Color Harmonies of #DF8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8299

Black with #DF8299

Text Example


Text Example

White with #DF8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8299; }

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

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

background-color css

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

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

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

border-color css

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

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

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