Html Css Color HEX #DF7D98 Carissma

📋 copy color: '#DF7D98'

red 223 ◦ green 125 ◦ blue 152

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

Shades of Carissma #DF7D98

Tints of Carissma #DF7D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

 BLUE value IS 152 (59.77% from 255) = 30.4%

R = 44.6%
G = 25%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF7D98 (or 0xDF7D98) is known color: Carissma. HEX triplet: DF, 7D and 98. RGB value is (223,125,152). Sum of RGB (Red+Green+Blue) = 223+125+152=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D98 is #208267. Grayscale: #9D9D9D. Windows color (decimal): -2130536 or 9993695. OLE color: 9993695.

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

Color convert

RGB 223 125 152 -
CMYK 0 0.44 0.32 0.13
HSL 343.47º 0.6% 0.68% -
HSV(B) 343.47º 0.44% 0.87% -
XYZ 43.43 32.62 33.71 -
YUV 157.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 223 125 152 0 0.44 0.32 0.13 343.47 0.6 0.68
Hex DF 7D 98 0 2C 20 D 157 3C 44
Octal 337 175 230 0 54 40 15 527 74 104
Binary 11011111 1111101 10011000 0 101100 100000 1101 101010111 111100 1000100

Color Harmonies of #DF7D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D98

Black with #DF7D98

Text Example


Text Example

White with #DF7D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D98; }

 p { color: rgb(223,125,152); }

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

background-color css

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

 a { background-color: rgb(223,125,152); }

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

border-color css

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

 span { border-color: rgb(223,125,152); }

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