Html Css Color HEX #DF7C8F Carissma

📋 copy color: '#DF7C8F'

red 223 ◦ green 124 ◦ blue 143

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

Shades of Carissma #DF7C8F

Tints of Carissma #DF7C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 45.51%
G = 25.31%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF7C8F (or 0xDF7C8F) is known color: Carissma. HEX triplet: DF, 7C and 8F. RGB value is (223,124,143). Sum of RGB (Red+Green+Blue) = 223+124+143=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C8F is #208370. Grayscale: #9B9B9B. Windows color (decimal): -2130801 or 9403615. OLE color: 9403615.

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

Color convert

RGB 223 124 143 -
CMYK 0 0.44 0.36 0.13
HSL 348.48º 0.61% 0.68% -
HSV(B) 348.48º 0.44% 0.87% -
XYZ 42.6 32.09 29.93 -
YUV 155.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 223 124 143 0 0.44 0.36 0.13 348.48 0.61 0.68
Hex DF 7C 8F 0 2C 24 D 15C 3D 44
Octal 337 174 217 0 54 44 15 534 75 104
Binary 11011111 1111100 10001111 0 101100 100100 1101 101011100 111101 1000100

Color Harmonies of #DF7C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C8F

Black with #DF7C8F

Text Example


Text Example

White with #DF7C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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