Html Css Color HEX #DF7C93 Carissma

📋 copy color: '#DF7C93'

red 223 ◦ green 124 ◦ blue 147

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

Shades of Carissma #DF7C93

Tints of Carissma #DF7C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 45.14%
G = 25.1%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF7C93 (or 0xDF7C93) is known color: Carissma. HEX triplet: DF, 7C and 93. RGB value is (223,124,147). Sum of RGB (Red+Green+Blue) = 223+124+147=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C93 is #20836C. Grayscale: #9C9C9C. Windows color (decimal): -2130797 or 9665759. OLE color: 9665759.

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

Color convert

RGB 223 124 147 -
CMYK 0 0.44 0.34 0.13
HSL 346.06º 0.61% 0.68% -
HSV(B) 346.06º 0.44% 0.87% -
XYZ 42.91 32.21 31.56 -
YUV 156.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 223 124 147 0 0.44 0.34 0.13 346.06 0.61 0.68
Hex DF 7C 93 0 2C 22 D 15A 3D 44
Octal 337 174 223 0 54 42 15 532 75 104
Binary 11011111 1111100 10010011 0 101100 100010 1101 101011010 111101 1000100

Color Harmonies of #DF7C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C93

Black with #DF7C93

Text Example


Text Example

White with #DF7C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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