Html Css Color HEX #DF7E91 Carissma

📋 copy color: '#DF7E91'

red 223 ◦ green 126 ◦ blue 145

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

Shades of Carissma #DF7E91

Tints of Carissma #DF7E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 45.14%
G = 25.51%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF7E91 (or 0xDF7E91) is known color: Carissma. HEX triplet: DF, 7E and 91. RGB value is (223,126,145). Sum of RGB (Red+Green+Blue) = 223+126+145=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E91 is #20816E. Grayscale: #9D9D9D. Windows color (decimal): -2130287 or 9535199. OLE color: 9535199.

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

Color convert

RGB 223 126 145 -
CMYK 0 0.43 0.35 0.13
HSL 348.25º 0.6% 0.68% -
HSV(B) 348.25º 0.43% 0.87% -
XYZ 43 32.65 30.82 -
YUV 157.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 223 126 145 0 0.43 0.35 0.13 348.25 0.6 0.68
Hex DF 7E 91 0 2B 23 D 15C 3C 44
Octal 337 176 221 0 53 43 15 534 74 104
Binary 11011111 1111110 10010001 0 101011 100011 1101 101011100 111100 1000100

Color Harmonies of #DF7E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E91

Black with #DF7E91

Text Example


Text Example

White with #DF7E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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