Html Css Color HEX #DF7C9C Carissma

📋 copy color: '#DF7C9C'

red 223 ◦ green 124 ◦ blue 156

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

Shades of Carissma #DF7C9C

Tints of Carissma #DF7C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.01%

R = 44.33%
G = 24.65%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF7C9C (or 0xDF7C9C) is known color: Carissma. HEX triplet: DF, 7C and 9C. RGB value is (223,124,156). Sum of RGB (Red+Green+Blue) = 223+124+156=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C9C is #208363. Grayscale: #9D9D9D. Windows color (decimal): -2130788 or 10255583. OLE color: 10255583.

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

Color convert

RGB 223 124 156 -
CMYK 0 0.44 0.30 0.13
HSL 340.61º 0.61% 0.68% -
HSV(B) 340.61º 0.44% 0.87% -
XYZ 43.64 32.5 35.43 -
YUV 157.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 223 124 156 0 0.44 0.30 0.13 340.61 0.61 0.68
Hex DF 7C 9C 0 2C 1E D 155 3D 44
Octal 337 174 234 0 54 36 15 525 75 104
Binary 11011111 1111100 10011100 0 101100 11110 1101 101010101 111101 1000100

Color Harmonies of #DF7C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C9C

Black with #DF7C9C

Text Example


Text Example

White with #DF7C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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