Html Css Color HEX #DF7D8B Carissma

📋 copy color: '#DF7D8B'

red 223 ◦ green 125 ◦ blue 139

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

Shades of Carissma #DF7D8B

Tints of Carissma #DF7D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 45.79%
G = 25.67%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF7D8B (or 0xDF7D8B) is known color: Carissma. HEX triplet: DF, 7D and 8B. RGB value is (223,125,139). Sum of RGB (Red+Green+Blue) = 223+125+139=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D8B is #208274. Grayscale: #9B9B9B. Windows color (decimal): -2130549 or 9141727. OLE color: 9141727.

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

Color convert

RGB 223 125 139 -
CMYK 0 0.44 0.38 0.13
HSL 351.43º 0.6% 0.68% -
HSV(B) 351.43º 0.44% 0.87% -
XYZ 42.43 32.22 28.41 -
YUV 155.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 223 125 139 0 0.44 0.38 0.13 351.43 0.6 0.68
Hex DF 7D 8B 0 2C 26 D 15F 3C 44
Octal 337 175 213 0 54 46 15 537 74 104
Binary 11011111 1111101 10001011 0 101100 100110 1101 101011111 111100 1000100

Color Harmonies of #DF7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D8B

Black with #DF7D8B

Text Example


Text Example

White with #DF7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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