Html Css Color HEX #DF7D99 Carissma

📋 copy color: '#DF7D99'

red 223 ◦ green 125 ◦ blue 153

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

Shades of Carissma #DF7D99

Tints of Carissma #DF7D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

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

R = 44.51%
G = 24.95%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF7D99 (or 0xDF7D99) is known color: Carissma. HEX triplet: DF, 7D and 99. RGB value is (223,125,153). Sum of RGB (Red+Green+Blue) = 223+125+153=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D99 is #208266. Grayscale: #9D9D9D. Windows color (decimal): -2130535 or 10059231. OLE color: 10059231.

HSL color Cylindrical-coordinate representation of color #DF7D99: hue angle of 342.86º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7D99 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 125 153 -
CMYK 0 0.44 0.31 0.13
HSL 342.86º 0.6% 0.68% -
HSV(B) 342.86º 0.44% 0.87% -
XYZ 43.51 32.66 34.15 -
YUV 157.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 223 125 153 0 0.44 0.31 0.13 342.86 0.6 0.68
Hex DF 7D 99 0 2C 1F D 157 3C 44
Octal 337 175 231 0 54 37 15 527 74 104
Binary 11011111 1111101 10011001 0 101100 11111 1101 101010111 111100 1000100

Color Harmonies of #DF7D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D99

Black with #DF7D99

Text Example


Text Example

White with #DF7D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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