Html Css Color HEX #DF7F93 Carissma

📋 copy color: '#DF7F93'

red 223 ◦ green 127 ◦ blue 147

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

Shades of Carissma #DF7F93

Tints of Carissma #DF7F93

RGB

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

 GREEN value IS 127 (50% from 255) = 25.55%

 BLUE value IS 147 (57.81% from 255) = 29.58%

R = 44.87%
G = 25.55%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF7F93 (or 0xDF7F93) is known color: Carissma. HEX triplet: DF, 7F and 93. RGB value is (223,127,147). Sum of RGB (Red+Green+Blue) = 223+127+147=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F93 is #20806C. Grayscale: #9E9E9E. Windows color (decimal): -2130029 or 9666527. OLE color: 9666527.

HSL color Cylindrical-coordinate representation of color #DF7F93: hue angle of 347.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F93 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 147 -
CMYK 0 0.43 0.34 0.13
HSL 347.5º 0.6% 0.69% -
HSV(B) 347.5º 0.43% 0.87% -
XYZ 43.29 32.97 31.69 -
YUV 157.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 223 127 147 0 0.43 0.34 0.13 347.5 0.6 0.69
Hex DF 7F 93 0 2B 22 D 15C 3C 45
Octal 337 177 223 0 53 42 15 534 74 105
Binary 11011111 1111111 10010011 0 101011 100010 1101 101011100 111100 1000101

Color Harmonies of #DF7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F93

Black with #DF7F93

Text Example


Text Example

White with #DF7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F93; }

 p { color: rgb(223,127,147); }

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

background-color css

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

 a { background-color: rgb(223,127,147); }

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

border-color css

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

 span { border-color: rgb(223,127,147); }

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