Html Css Color HEX #DF7E8C Carissma

📋 copy color: '#DF7E8C'

red 223 ◦ green 126 ◦ blue 140

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

Shades of Carissma #DF7E8C

Tints of Carissma #DF7E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 45.6%
G = 25.77%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF7E8C (or 0xDF7E8C) is known color: Carissma. HEX triplet: DF, 7E and 8C. RGB value is (223,126,140). Sum of RGB (Red+Green+Blue) = 223+126+140=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E8C is #208173. Grayscale: #9C9C9C. Windows color (decimal): -2130292 or 9207519. OLE color: 9207519.

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

Color convert

RGB 223 126 140 -
CMYK 0 0.43 0.37 0.13
HSL 351.34º 0.6% 0.68% -
HSV(B) 351.34º 0.43% 0.87% -
XYZ 42.63 32.5 28.84 -
YUV 156.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 223 126 140 0 0.43 0.37 0.13 351.34 0.6 0.68
Hex DF 7E 8C 0 2B 25 D 15F 3C 44
Octal 337 176 214 0 53 45 15 537 74 104
Binary 11011111 1111110 10001100 0 101011 100101 1101 101011111 111100 1000100

Color Harmonies of #DF7E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E8C

Black with #DF7E8C

Text Example


Text Example

White with #DF7E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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