Html Css Color HEX #DF7992 Carissma

📋 copy color: '#DF7992'

red 223 ◦ green 121 ◦ blue 146

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

Shades of Carissma #DF7992

Tints of Carissma #DF7992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.8%

R = 45.51%
G = 24.69%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7992 (or 0xDF7992) is known color: Carissma. HEX triplet: DF, 79 and 92. RGB value is (223,121,146). Sum of RGB (Red+Green+Blue) = 223+121+146=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7992 is #20866D. Grayscale: #9A9A9A. Windows color (decimal): -2131566 or 9599455. OLE color: 9599455.

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

Color convert

RGB 223 121 146 -
CMYK 0 0.46 0.35 0.13
HSL 345.29º 0.61% 0.67% -
HSV(B) 345.29º 0.46% 0.87% -
XYZ 42.46 31.44 31.02 -
YUV 154.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 223 121 146 0 0.46 0.35 0.13 345.29 0.61 0.67
Hex DF 79 92 0 2E 23 D 159 3D 43
Octal 337 171 222 0 56 43 15 531 75 103
Binary 11011111 1111001 10010010 0 101110 100011 1101 101011001 111101 1000011

Color Harmonies of #DF7992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7992

Black with #DF7992

Text Example


Text Example

White with #DF7992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7992; }

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

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

background-color css

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

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

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

border-color css

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

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

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