Html Css Color HEX #DF7E8F Carissma

📋 copy color: '#DF7E8F'

red 223 ◦ green 126 ◦ blue 143

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

Shades of Carissma #DF7E8F

Tints of Carissma #DF7E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 45.33%
G = 25.61%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF7E8F (or 0xDF7E8F) is known color: Carissma. HEX triplet: DF, 7E and 8F. RGB value is (223,126,143). Sum of RGB (Red+Green+Blue) = 223+126+143=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E8F is #208170. Grayscale: #9C9C9C. Windows color (decimal): -2130289 or 9404127. OLE color: 9404127.

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

Color convert

RGB 223 126 143 -
CMYK 0 0.43 0.36 0.13
HSL 349.48º 0.6% 0.68% -
HSV(B) 349.48º 0.43% 0.87% -
XYZ 42.85 32.59 30.02 -
YUV 156.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 223 126 143 0 0.43 0.36 0.13 349.48 0.6 0.68
Hex DF 7E 8F 0 2B 24 D 15D 3C 44
Octal 337 176 217 0 53 44 15 535 74 104
Binary 11011111 1111110 10001111 0 101011 100100 1101 101011101 111100 1000100

Color Harmonies of #DF7E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E8F

Black with #DF7E8F

Text Example


Text Example

White with #DF7E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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