Html Css Color HEX #DF7D90 Carissma

📋 copy color: '#DF7D90'

red 223 ◦ green 125 ◦ blue 144

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

Shades of Carissma #DF7D90

Tints of Carissma #DF7D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 45.33%
G = 25.41%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7D90 (or 0xDF7D90) is known color: Carissma. HEX triplet: DF, 7D and 90. RGB value is (223,125,144). Sum of RGB (Red+Green+Blue) = 223+125+144=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D90 is #20826F. Grayscale: #9C9C9C. Windows color (decimal): -2130544 or 9469407. OLE color: 9469407.

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

Color convert

RGB 223 125 144 -
CMYK 0 0.44 0.35 0.13
HSL 348.37º 0.6% 0.68% -
HSV(B) 348.37º 0.44% 0.87% -
XYZ 42.8 32.37 30.38 -
YUV 156.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 223 125 144 0 0.44 0.35 0.13 348.37 0.6 0.68
Hex DF 7D 90 0 2C 23 D 15C 3C 44
Octal 337 175 220 0 54 43 15 534 74 104
Binary 11011111 1111101 10010000 0 101100 100011 1101 101011100 111100 1000100

Color Harmonies of #DF7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D90

Black with #DF7D90

Text Example


Text Example

White with #DF7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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