Html Css Color HEX #DF7D8F Carissma

📋 copy color: '#DF7D8F'

red 223 ◦ green 125 ◦ blue 143

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

Shades of Carissma #DF7D8F

Tints of Carissma #DF7D8F

RGB

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

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

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

R = 45.42%
G = 25.46%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF7D8F (or 0xDF7D8F) is known color: Carissma. HEX triplet: DF, 7D and 8F. RGB value is (223,125,143). Sum of RGB (Red+Green+Blue) = 223+125+143=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8F is #208270. Grayscale: #9C9C9C. Windows color (decimal): -2130545 or 9403871. OLE color: 9403871.

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

Color convert

RGB 223 125 143 -
CMYK 0 0.44 0.36 0.13
HSL 348.98º 0.6% 0.68% -
HSV(B) 348.98º 0.44% 0.87% -
XYZ 42.72 32.34 29.98 -
YUV 156.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 223 125 143 0 0.44 0.36 0.13 348.98 0.6 0.68
Hex DF 7D 8F 0 2C 24 D 15D 3C 44
Octal 337 175 217 0 54 44 15 535 74 104
Binary 11011111 1111101 10001111 0 101100 100100 1101 101011101 111100 1000100

Color Harmonies of #DF7D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D8F

Black with #DF7D8F

Text Example


Text Example

White with #DF7D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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