Html Css Color HEX #DF7C95 Carissma

📋 copy color: '#DF7C95'

red 223 ◦ green 124 ◦ blue 149

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

Shades of Carissma #DF7C95

Tints of Carissma #DF7C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 44.96%
G = 25%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF7C95 (or 0xDF7C95) is known color: Carissma. HEX triplet: DF, 7C and 95. RGB value is (223,124,149). Sum of RGB (Red+Green+Blue) = 223+124+149=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C95 is #20836A. Grayscale: #9C9C9C. Windows color (decimal): -2130795 or 9796831. OLE color: 9796831.

HSL color Cylindrical-coordinate representation of color #DF7C95: hue angle of 344.85º degrees, saturation: 0.61, 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 #DF7C95 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 149 -
CMYK 0 0.44 0.33 0.13
HSL 344.85º 0.61% 0.68% -
HSV(B) 344.85º 0.44% 0.87% -
XYZ 43.06 32.27 32.39 -
YUV 156.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 223 124 149 0 0.44 0.33 0.13 344.85 0.61 0.68
Hex DF 7C 95 0 2C 21 D 159 3D 44
Octal 337 174 225 0 54 41 15 531 75 104
Binary 11011111 1111100 10010101 0 101100 100001 1101 101011001 111101 1000100

Color Harmonies of #DF7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C95

Black with #DF7C95

Text Example


Text Example

White with #DF7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C95; }

 p { color: rgb(223,124,149); }

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

background-color css

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

 a { background-color: rgb(223,124,149); }

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

border-color css

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

 span { border-color: rgb(223,124,149); }

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