Html Css Color HEX #DF7C8D Carissma

📋 copy color: '#DF7C8D'

red 223 ◦ green 124 ◦ blue 141

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

Shades of Carissma #DF7C8D

Tints of Carissma #DF7C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.41%

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 45.7%
G = 25.41%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF7C8D (or 0xDF7C8D) is known color: Carissma. HEX triplet: DF, 7C and 8D. RGB value is (223,124,141). Sum of RGB (Red+Green+Blue) = 223+124+141=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C8D is #208372. Grayscale: #9B9B9B. Windows color (decimal): -2130803 or 9272543. OLE color: 9272543.

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

Color convert

RGB 223 124 141 -
CMYK 0 0.44 0.37 0.13
HSL 349.7º 0.61% 0.68% -
HSV(B) 349.7º 0.44% 0.87% -
XYZ 42.45 32.03 29.14 -
YUV 155.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 223 124 141 0 0.44 0.37 0.13 349.7 0.61 0.68
Hex DF 7C 8D 0 2C 25 D 15E 3D 44
Octal 337 174 215 0 54 45 15 536 75 104
Binary 11011111 1111100 10001101 0 101100 100101 1101 101011110 111101 1000100

Color Harmonies of #DF7C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C8D

Black with #DF7C8D

Text Example


Text Example

White with #DF7C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C8D; }

 p { color: rgb(223,124,141); }

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

background-color css

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

 a { background-color: rgb(223,124,141); }

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

border-color css

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

 span { border-color: rgb(223,124,141); }

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