Html Css Color HEX #DF7D8D Carissma

📋 copy color: '#DF7D8D'

red 223 ◦ green 125 ◦ blue 141

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

Shades of Carissma #DF7D8D

Tints of Carissma #DF7D8D

RGB

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

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

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

R = 45.6%
G = 25.56%
B = 28.83%

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

#DF7D8D (or 0xDF7D8D) is known color: Carissma. HEX triplet: DF, 7D and 8D. RGB value is (223,125,141). Sum of RGB (Red+Green+Blue) = 223+125+141=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8D is #208272. Grayscale: #9C9C9C. Windows color (decimal): -2130547 or 9272799. OLE color: 9272799.

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

Color convert

RGB 223 125 141 -
CMYK 0 0.44 0.37 0.13
HSL 350.2º 0.6% 0.68% -
HSV(B) 350.2º 0.44% 0.87% -
XYZ 42.57 32.28 29.19 -
YUV 156.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 223 125 141 0 0.44 0.37 0.13 350.2 0.6 0.68
Hex DF 7D 8D 0 2C 25 D 15E 3C 44
Octal 337 175 215 0 54 45 15 536 74 104
Binary 11011111 1111101 10001101 0 101100 100101 1101 101011110 111100 1000100

Color Harmonies of #DF7D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D8D

Black with #DF7D8D

Text Example


Text Example

White with #DF7D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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