Html Css Color HEX #DF7E94 Carissma

📋 copy color: '#DF7E94'

red 223 ◦ green 126 ◦ blue 148

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

Shades of Carissma #DF7E94

Tints of Carissma #DF7E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 44.87%
G = 25.35%
B = 29.78%

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

#DF7E94 (or 0xDF7E94) is known color: Carissma. HEX triplet: DF, 7E and 94. RGB value is (223,126,148). Sum of RGB (Red+Green+Blue) = 223+126+148=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E94 is #20816B. Grayscale: #9D9D9D. Windows color (decimal): -2130284 or 9731807. OLE color: 9731807.

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

Color convert

RGB 223 126 148 -
CMYK 0 0.43 0.34 0.13
HSL 346.39º 0.6% 0.68% -
HSV(B) 346.39º 0.43% 0.87% -
XYZ 43.24 32.75 32.06 -
YUV 157.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 223 126 148 0 0.43 0.34 0.13 346.39 0.6 0.68
Hex DF 7E 94 0 2B 22 D 15A 3C 44
Octal 337 176 224 0 53 42 15 532 74 104
Binary 11011111 1111110 10010100 0 101011 100010 1101 101011010 111100 1000100

Color Harmonies of #DF7E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E94

Black with #DF7E94

Text Example


Text Example

White with #DF7E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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