Html Css Color HEX #DF7E93 Carissma

📋 copy color: '#DF7E93'

red 223 ◦ green 126 ◦ blue 147

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

Shades of Carissma #DF7E93

Tints of Carissma #DF7E93

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.4%

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

R = 44.96%
G = 25.4%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF7E93 (or 0xDF7E93) is known color: Carissma. HEX triplet: DF, 7E and 93. RGB value is (223,126,147). Sum of RGB (Red+Green+Blue) = 223+126+147=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E93 is #20816C. Grayscale: #9D9D9D. Windows color (decimal): -2130285 or 9666271. OLE color: 9666271.

HSL color Cylindrical-coordinate representation of color #DF7E93: hue angle of 347.01º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7E93 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 126 147 -
CMYK 0 0.43 0.34 0.13
HSL 347.01º 0.6% 0.68% -
HSV(B) 347.01º 0.43% 0.87% -
XYZ 43.16 32.72 31.64 -
YUV 157.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 223 126 147 0 0.43 0.34 0.13 347.01 0.6 0.68
Hex DF 7E 93 0 2B 22 D 15B 3C 44
Octal 337 176 223 0 53 42 15 533 74 104
Binary 11011111 1111110 10010011 0 101011 100010 1101 101011011 111100 1000100

Color Harmonies of #DF7E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E93

Black with #DF7E93

Text Example


Text Example

White with #DF7E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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