Html Css Color HEX #DF7994 Carissma

📋 copy color: '#DF7994'

red 223 ◦ green 121 ◦ blue 148

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

Shades of Carissma #DF7994

Tints of Carissma #DF7994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.59%

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

R = 45.33%
G = 24.59%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF7994 (or 0xDF7994) is known color: Carissma. HEX triplet: DF, 79 and 94. RGB value is (223,121,148). Sum of RGB (Red+Green+Blue) = 223+121+148=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7994 is #20866B. Grayscale: #9A9A9A. Windows color (decimal): -2131564 or 9730527. OLE color: 9730527.

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

Color convert

RGB 223 121 148 -
CMYK 0 0.46 0.34 0.13
HSL 344.12º 0.61% 0.67% -
HSV(B) 344.12º 0.46% 0.87% -
XYZ 42.61 31.5 31.85 -
YUV 154.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 223 121 148 0 0.46 0.34 0.13 344.12 0.61 0.67
Hex DF 79 94 0 2E 22 D 158 3D 43
Octal 337 171 224 0 56 42 15 530 75 103
Binary 11011111 1111001 10010100 0 101110 100010 1101 101011000 111101 1000011

Color Harmonies of #DF7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7994

Black with #DF7994

Text Example


Text Example

White with #DF7994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7994; }

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

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

background-color css

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

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

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

border-color css

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

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

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