Html Css Color HEX #DF7C8E Carissma

📋 copy color: '#DF7C8E'

red 223 ◦ green 124 ◦ blue 142

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

Shades of Carissma #DF7C8E

Tints of Carissma #DF7C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 45.6%
G = 25.36%
B = 29.04%

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

#DF7C8E (or 0xDF7C8E) is known color: Carissma. HEX triplet: DF, 7C and 8E. RGB value is (223,124,142). Sum of RGB (Red+Green+Blue) = 223+124+142=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C8E is #208371. Grayscale: #9B9B9B. Windows color (decimal): -2130802 or 9338079. OLE color: 9338079.

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

Color convert

RGB 223 124 142 -
CMYK 0 0.44 0.36 0.13
HSL 349.09º 0.61% 0.68% -
HSV(B) 349.09º 0.44% 0.87% -
XYZ 42.52 32.06 29.54 -
YUV 155.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 223 124 142 0 0.44 0.36 0.13 349.09 0.61 0.68
Hex DF 7C 8E 0 2C 24 D 15D 3D 44
Octal 337 174 216 0 54 44 15 535 75 104
Binary 11011111 1111100 10001110 0 101100 100100 1101 101011101 111101 1000100

Color Harmonies of #DF7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C8E

Black with #DF7C8E

Text Example


Text Example

White with #DF7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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